Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Elmar on November 12, 2005, 09:28:05 PM
-
I made a character that is able to transform.I did this using a skill and a common event for every transform.I put the current hp, mp, exp, and equipment in a variable, and i change the new character's stats to the stats stored in the variable.But...If he doesn't have equipment in a slot i get an error...Please help
-
I assume that you are using conditional branches to equip the equipment back onto the character. If this is the case, just make a conditional branch that says if, say Variable character weapon, = 0, then don't do anything. You probably don't have anything for the event to do if nothing is equipped, hence the error.
-
not really...I forgot the branches...hehe...fixed it now
-
No problem!