- Joined
- Jun 24, 2015
- Messages
- 295
- Reaction score
- 95
- First Language
- English
- Primarily Uses
- RMVXA
I'm using a few scripts together, but the two in question seem to be Modern Algebra's Quest Journal and PAC Main Menu Ace. I had everything working together well until I added the Quest Journal. Game starts up fine but when I open the menu, I get this error:
Script 'PAC Menu' line 337: NoMethodError occurred. undefined method '[]' for nil:NilClass
If it helps, this is line 337 of the PAC Menu script:
if PAC::MM::Icons && PAC::MM::COMMANDS[index][2] != nil
Has anyone else ran into this problem or know how to fix it? Thanks in advance for any help.
Script 'PAC Menu' line 337: NoMethodError occurred. undefined method '[]' for nil:NilClass
If it helps, this is line 337 of the PAC Menu script:
if PAC::MM::Icons && PAC::MM::COMMANDS[index][2] != nil
Has anyone else ran into this problem or know how to fix it? Thanks in advance for any help.
