- Joined
- May 26, 2015
- Messages
- 716
- Reaction score
- 43
- First Language
- English
- Primarily Uses
- RMMV
So I'm trying to use Yanfly's ace equip engine script but when I try to go to equipment, this error message appears,
"Script 'AceEquipEngine' line 1076: NoMethodError occurred.
undefined method 'equip_slots' for nil:Class
And before you ask if I changed anything in either script, I didn't touch them, I just simply copy and pasted in the equip script, nothing more.
EDIT: now it seems that the Cache script is giving me issues when I try to go to the status menu for characters.
here's the error message displayed:
Script 'Cache' line 88: NoMethodError occurred.
undefined method 'empty?' for nil:NilClass
please tell me this doesn't mean I have to reset the entire project.
"Script 'AceEquipEngine' line 1076: NoMethodError occurred.
undefined method 'equip_slots' for nil:Class
And before you ask if I changed anything in either script, I didn't touch them, I just simply copy and pasted in the equip script, nothing more.
EDIT: now it seems that the Cache script is giving me issues when I try to go to the status menu for characters.
here's the error message displayed:
Script 'Cache' line 88: NoMethodError occurred.
undefined method 'empty?' for nil:NilClass
please tell me this doesn't mean I have to reset the entire project.
Last edited by a moderator:
