Page 1 of 1

Status

Posted: 2005-04-08 16:33:17
by Korgan
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?

Re: Status

Posted: 2005-04-08 17:49:35
by Edred
Use UO.GetStatus( Body )

You can use pointer 'laststatus' after it...

Posted: 2005-04-10 12:07:22
by Korgan
I want to show Character Status.

Posted: 2005-04-10 22:48:08
by Edred
Korgan wrote:I want to show Character Status.
Click left button of mouse to char and drag his status ;) It is impossible in script/