need a macro can get the target with a name.
like this /target abc ,now if have a target name aaa nearby, this macro will select aaa not abc.
i need it can select abc ,so anyone can help me?
/run local t="wpzwang" TargetByName(t) if not(UnitName("target")==t)then TargetLastTarget()end
|