printing integers

Ask for help

Moderators: Murderator+, Murderator

Post Reply
supermudo
Posts: 8
Joined: 2004-07-20 18:57:51

printing integers

Post by supermudo »

how can i use UO.Print() to show integer values??

may be dumb question, but there´s no documentation in english :(
Sauza
Posts: 33
Joined: 2004-07-02 22:58:37

Post by Sauza »

UO.Print(str(Variable))
supermudo
Posts: 8
Joined: 2004-07-20 18:57:51

Post by supermudo »

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:

Code: Select all

var x = 0
x = uo.gethp("dude")
uo.print(str(x))


prints only 0´s to client
Post Reply