Page 1 of 1

How do I set a bandage macro to heal a friend?

Posted: 2006-04-19 18:00:56
by fourtytwo
I can't seem to come up with a command to bandage heal my friend in injection.

sub rezwhoever()
uo.usetype ( 'bandage' )
uo.waittargetid ???

I don't know though :(


Thanks guys!

Posted: 2006-04-19 18:30:31
by Scripts Writer

Code: Select all

sub healfriend()
  uo.WaitTargetObject(' ID of your friend')
  uo.UseType(' type of bandage ')
end sub