Page 1 of 1
healing
Posted: 2007-12-03 23:12:20
by Mazer
what about script to heal Idividual player not last target ?
Posted: 2007-12-04 09:14:17
by Destruction
Code: Select all
uo.waittargetobject( "some player id" )
uo.usetype( "bandages" )
Posted: 2007-12-04 20:36:56
by Mazer
thank you

another question:) why first you wait target and only then use bandages ? i thought i need to use bandages then wait target..
Posted: 2007-12-04 22:54:32
by -=JoKeR=-
Because it is a trap, it is put in advance and the subsequent calling target will be specified for on which the trap is sent.
Posted: 2007-12-04 23:47:31
by Mazer

cant understand

what do you mean about traps

Posted: 2007-12-05 01:27:22
by -=JoKeR=-
It literally a trap. =)
A trap for target, when you call target, it "gets in a trap"
You set the trap, in this case, on the object (player) by
Code: Select all
uo.waittargetobject( "some player id" )
I think you understand me now. I use translatоrs a lil bit
