RPG MAKER 2003 TEXT COMMAND QUESTION
Posts
Pages:
1
Is there a possible way to make it where when on rpg maker 2003, that when text appears, it shows your HP?
There is a command for the text, that shows your current gold, so is there one for HP?
There is a command for the text, that shows your current gold, so is there one for HP?
You need to set the HP you want to show as a variable.
<>Variable Oper: (0001:HP) Amount Set, Brandon HP
The text command "\v(n)" means Variable (XXXX). Replace the N with the variable ID the HP is being stored in. So for example. Brandon's HP is being stored in the Variable ID 0001, so you would display it as "\v(0001)".
Message Box:
"Your character currently has \v(0001) HP"
RMN's code doesn't let me add boxed brackets, so I replaced them with brackets, replace them with the boxed ones respectively.
<>Variable Oper: (0001:HP) Amount Set, Brandon HP
The text command "\v(n)" means Variable (XXXX). Replace the N with the variable ID the HP is being stored in. So for example. Brandon's HP is being stored in the Variable ID 0001, so you would display it as "\v(0001)".
Message Box:
"Your character currently has \v(0001) HP"
RMN's code doesn't let me add boxed brackets, so I replaced them with brackets, replace them with the boxed ones respectively.
author=Essenceblade
RMN's code doesn't let me add boxed brackets, so I replaced them with brackets, replace them with the boxed ones respectively.
you have to use the
[code][/code]
That's an interesting workaround though. I never thought of that before, but now I know!
Pages:
1














