Catacomber If I wanted to set a player's hp to 100 using a button, what would I have to do? Thanks for any help. Hinting for some code. : )
gamingislove You can use this to change a status value: combatant.status[int index].AddValue(int add, bool checkDeath, bool checkLevelUp, bool showText); index is the ID/index of the status value.