Page 1 of 1

target specific player

Posted: Mon Oct 18, 2021 3:13 pm
by Sasuke
which is the command for target one player inside the party?i'd like to use on simple macro in game but i'd like to do also in mm command......i think there is a different command for target in game with simple macro and with mm command inside waypoint...someone can help?ty

Re: target specific player

Posted: Tue Oct 19, 2021 6:34 am
by Administrator
I think you're looking for TargetUnit(), but SpellTargetUnit() could also be useful.

TargetUnit
SpellTargetUnit

Re: target specific player

Posted: Tue Oct 19, 2021 7:46 pm
by Sasuke
TargetUnit(character name ?);
/wait 1.2
/cast "Fire Training"

is it ok ?

Re: target specific player

Posted: Wed Oct 20, 2021 10:17 am
by Administrator
I think you need:

Code: Select all

/script TargetUnit("character name")
I'm not sure about the /wait thing; I thought they had removed that years ago.