- Joined
- Mar 2, 2014
- Messages
- 6
- Reaction score
- 1
- First Language
- English
- Primarily Uses
Hello. I would like some help adding extra equipment slots. I've looked at 2 scripts to do this, and I am extremely lost. I can do small scripts and see what is wrong there and change it up, but the size of those just makes my head explode.
http://cobbtocs.co.uk/wp/?p=108
http://yanflychannel.wordpress.com/rmvxa/gameplay-scripts/ace-equip-engine/
The main problem that I have is finding out where I add the slots, and I often have errors that go
Script "line15: NameError occured.
uninitalized constant Object::Game_Battler
This is what line 15 is.
class Game_Actor < Game_Battler
For those who are kind enough to help me, a heads up, I will ask plenty of questions if i'm not sure, so I am sorry ahead of time.
http://cobbtocs.co.uk/wp/?p=108
http://yanflychannel.wordpress.com/rmvxa/gameplay-scripts/ace-equip-engine/
The main problem that I have is finding out where I add the slots, and I often have errors that go
Script "line15: NameError occured.
uninitalized constant Object::Game_Battler
This is what line 15 is.
class Game_Actor < Game_Battler
For those who are kind enough to help me, a heads up, I will ask plenty of questions if i'm not sure, so I am sorry ahead of time.

