printing integers
Posted: 2004-07-28 07:54:19
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

Code: Select all
var x = 0
x = uo.gethp("dude")
uo.print(str(x))