Targeting similar names

Cage9d9

Member
Joined
Aug 26, 2008
Messages
210
Reaction score
5
Points
18
I'll keep it short and simple. Consider the following player names:

Mage
Mageone
Magetwo

What's the best way to target Mage when Mageone or Magetwo might be closer?

/target Mage will target the closest of the three players (due to name being subset).

I've tried doing /target id ${Spawn[Mage].ID} as well and that fails because Spawn is doing a search as well and finds closest Mage.

I fucked up naming some toons too close, but I know there is a solution here.

FYI - sometimes the toon I'm targeting with is outside of the group so its a bit of a challenge.
 
/target ${Spawn[=magetwo]}

the = means exact match. think this is in mmobugs compile only. i forget.