
Search found 8 matches
- 2004-07-31 08:34:19
- Forum: Help
- Topic: Walking in the injection
- Replies: 1
- Views: 1282
- 2004-07-30 08:21:19
- Forum: Help
- Topic: gethp not working
- Replies: 4
- Views: 1853
- 2004-07-29 01:28:04
- Forum: Help
- Topic: gethp not working
- Replies: 4
- Views: 1853
- 2004-07-28 09:35:36
- Forum: Help
- Topic: gethp not working
- Replies: 4
- Views: 1853
gethp not working
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:
var x = 0
x = uo.gethp("dude")
uo.print(str(x))
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:
var x = 0
x = uo.gethp("dude")
uo.print(str(x))
prints only 0´s to client
what am i doing wrong?
- 2004-07-28 08:31:50
- Forum: Help
- Topic: printing integers
- Replies: 2
- Views: 1488
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
- 2004-07-28 07:54:19
- Forum: Help
- Topic: printing integers
- Replies: 2
- Views: 1488
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

- 2004-07-21 05:05:04
- Forum: Help
- Topic: i can't drag items via script.. what's going on??
- Replies: 3
- Views: 1826
- 2004-07-21 00:20:36
- Forum: Help
- Topic: i can't drag items via script.. what's going on??
- Replies: 3
- Views: 1826
i can't drag items via script.. what's going on??
sub checakeg()
if uo.injournal("O barril esta vazio") then
uo.exec("setcatchbag bau")
uo.exec("usetype keg")
uo.exec("grab 1 lastobject")
uo.exec("unsetcatchbag")
uo.deletejournal()
endif
endsub
this code was about ...
if uo.injournal("O barril esta vazio") then
uo.exec("setcatchbag bau")
uo.exec("usetype keg")
uo.exec("grab 1 lastobject")
uo.exec("unsetcatchbag")
uo.deletejournal()
endif
endsub
this code was about ...