I have a "form changing" system in my current game (done via eventing) where an actor can switch their skills and class around in or out of battle with a form swap command. It seems, however, that after switching classes the actor unequips everything except for their weapon (that could be because the game forces the actor to have a weapon equipped at all times) and armor (I'm not sure why.)
Both classes can equip all the same kinds of weapons and armor, so there's no reason there should be a problem. I went into the "Game_Actor" script and attempted to comment out all the unequip lines of code, but it had no effect. I want to be able to switch classes without the actor's equipment just falling off. Does anyone know what the problem is, or how I could go about fixing it?
Both classes can equip all the same kinds of weapons and armor, so there's no reason there should be a problem. I went into the "Game_Actor" script and attempted to comment out all the unequip lines of code, but it had no effect. I want to be able to switch classes without the actor's equipment just falling off. Does anyone know what the problem is, or how I could go about fixing it?