Glitchfinder
Staff
I was looking through Game_Battler in XP, and I noticed something. There are a group of stat modifiers to the character stats defined at the top:
I was wondering, are these used for anything in the game? Are they leftovers of an unincluded script? Finally, if I modified these in reference to a specific character or enemy (in battle), would it modify the stats of everything, or only the stats of the character or enemy that it was modified using?
Code:
@maxhp_plus = 0
@maxsp_plus = 0
@str_plus = 0
@dex_plus = 0
@agi_plus = 0
@int_plus = 0
I was wondering, are these used for anything in the game? Are they leftovers of an unincluded script? Finally, if I modified these in reference to a specific character or enemy (in battle), would it modify the stats of everything, or only the stats of the character or enemy that it was modified using?