Status
Posted: 2005-04-08 16:33:17
Hi.
I have this:
Body is player and I need click on his Status. How can I do?
I have this:
Code: Select all
sub hp()
uo.exec('addobject Body')
while uo.targeting()
wait(100)
wend
UO.UseObject("Body")
.
.
.
Body is player and I need click on his Status. How can I do?