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

General Injection issues

Moderators: Murderator+, Murderator

Post Reply
fourtytwo
Posts: 19
Joined: 2006-04-16 07:26:09

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

Post 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!
Scripts Writer
Posts: 2259
Joined: 2005-04-19 18:00:29
Location: Московская область
Contact:

Post by Scripts Writer »

Code: Select all

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