RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

[RESOLVED] HP/SP in HUD

Started by darthatron, February 05, 2007, 06:57:04 AM

0 Members and 1 Guest are viewing this topic.

darthatron

How do you see the first Actors HP or SP using script?
Just tell me how to get it to show up and ill do the rest, please!  :)

I think it would be...
    self.contents.draw_text(290, -8, 120, 32, $actor_HP.to_s, 2)
or something close to it...

Thanks in advance

Falcon

Just go look in Window_Status

darthatron

Ive tried to find it but i cant... it is very agrovating... somebody please help :(

Falcon

If you cant find that method, give up on scripting....seriosuly.

Just look for something like draw_actor_hp

darthatron

no problem dude, i found it...

[RESOLVED]