gethp not working
Posted: 2004-07-28 09:35:36
the function uo.GetHP() can´t seem to work....
i defined an object "dude" for my sparring dude at the objects tab, but teh code:
Code:
prints only 0´s to client
what am i doing wrong?
i defined an object "dude" for my sparring dude at the objects tab, but teh code:
Code:
Code: Select all
var x = 0
x = uo.gethp("dude")
uo.print(str(x))
prints only 0´s to client
what am i doing wrong?