Demodronik
Member
RPG Maker VX:
Well basically I'm doing a simple event to tell how much HP a character in the party has lost.
So it's basically (Max HP - Current HP = HP Lost)
However, anytime I try to put Max HP or Current HP into a variable, it automatically becomes zero.
@>Control Variables [Variable1] = [Character]'s Max HP
@>Control Variables [Variable2] = [Character]'s HP
Both bring values that are equal to zero.
Is there a problem with my RPG maker or what I'm doing?
-Edit -
Problem solved, just had to replace the game interpreter script.
Well basically I'm doing a simple event to tell how much HP a character in the party has lost.
So it's basically (Max HP - Current HP = HP Lost)
However, anytime I try to put Max HP or Current HP into a variable, it automatically becomes zero.
@>Control Variables [Variable1] = [Character]'s Max HP
@>Control Variables [Variable2] = [Character]'s HP
Both bring values that are equal to zero.
Is there a problem with my RPG maker or what I'm doing?
-Edit -
Problem solved, just had to replace the game interpreter script.