Page 1 of 1

Detecting player HP

Posted: 2006-04-23 21:27:17
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

Posted: 2006-04-23 21:32:16
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])