may be dumb question, but there´s no documentation in english
printing integers
Moderators: Murderator+, Murderator
printing integers
how can i use UO.Print() to show integer values??
may be dumb question, but there´s no documentation in english
may be dumb question, but there´s no documentation in english
another question:
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:
prints only 0´s to client
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: Select all
var x = 0
x = uo.gethp("dude")
uo.print(str(x))prints only 0´s to client