RPG MAKER 2003 TEXT COMMAND QUESTION

Posts

Pages: 1
Thiamor
I assure you I'm no where NEAR as STUPID as one might think.
63
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?
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.
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]
tags

That's an interesting workaround though. I never thought of that before, but now I know!
author=Link_2112
That's an interesting workaround though. I never thought of that before, but now I know!
And knowing's half the battle. G.I.JOE!
Pages: 1