Search found 2 matches
- 2005-04-10 12:07:22
- Forum: Scripting Ore
- Topic: Status
- Replies: 3
- Views: 1025
- 2005-04-08 16:33:17
- Forum: Scripting Ore
- Topic: Status
- Replies: 3
- Views: 1025
Status
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?