Detecting player HP

Ask for help

Moderators: Murderator+, Murderator

Post Reply
SnowMan
Posts: 10
Joined: 2004-05-31 03:37:37

Detecting player HP

Post by SnowMan »

Is there a way to detect the selected players Health? I'm not talking about seeing their HP by dragging their health bar. I'm talking about interpreting that information from within a script.

Thanks,
-Snow
DerMeister =)
Expert!
Posts: 1032
Joined: 2006-02-25 21:48:38

Post by DerMeister =) »

Try this:

Code: Select all

uo.GetHP([object])

this:

Code: Select all

uo.GetMaxHP([object])

and this:

Code: Select all

uo.getstatus([object])
Post Reply