I'd like to create a new type of equipable item for my game, I know how to edit the menu that is not the problem, it's making the item that is the problem.
I have found many things in Game_Actor and Game_Party I should edit but I'm not sure about anything else. Currently I'm getting a syntax error at the very last line of Game_Actor and all that is written there is "end" so I'm a little clueless as to what in the script is causing the error. If anyone knows anything about this it would be much appreciated because I cannot find anything on custom equipment.
EDIT: Since I couldn't see how to do this really I decided to change Shields into the equipment that I want for my game but the menu right now is pretty messy. I removed Shields from the default equip menu and in my custom equip menu there are 7 slots. Armor doesn't show up properly in the default equip menu and in my custom one the names of the slots do not display properly and I get an error when I scroll down to the 7th slot.
I have found many things in Game_Actor and Game_Party I should edit but I'm not sure about anything else. Currently I'm getting a syntax error at the very last line of Game_Actor and all that is written there is "end" so I'm a little clueless as to what in the script is causing the error. If anyone knows anything about this it would be much appreciated because I cannot find anything on custom equipment.
EDIT: Since I couldn't see how to do this really I decided to change Shields into the equipment that I want for my game but the menu right now is pretty messy. I removed Shields from the default equip menu and in my custom equip menu there are 7 slots. Armor doesn't show up properly in the default equip menu and in my custom one the names of the slots do not display properly and I get an error when I scroll down to the 7th slot.

Comment