Search found 2 matches

by Korgan
2005-04-10 12:07:22
Forum: Scripting Ore
Topic: Status
Replies: 3
Views: 1106

I want to show Character Status.
by Korgan
2005-04-08 16:33:17
Forum: Scripting Ore
Topic: Status
Replies: 3
Views: 1106

Status

Hi.
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?