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
Detecting player HP
Moderators: Murderator+, Murderator
-
- Expert!
- Posts: 1032
- Joined: 2006-02-25 21:48:38
Try this:
this:
and this:
Code: Select all
uo.GetHP([object])
this:
Code: Select all
uo.GetMaxHP([object])
and this:
Code: Select all
uo.getstatus([object])