Targeting PC Issues

kram337

Member
Joined
Aug 10, 2006
Messages
155
Reaction score
0
Points
16
This is just a general MQ2 question, if I have 5 chars with all similar names, how do I target one specifically?

So for example, let's say I have the following characters:
Player
PlayerA
PlayerB
PlayerC
PlayerD

How do I get PlayerD to target "Player". if I use the name it just targets themselves because their the closest spawn to match the name Player even though they're PlayerD.

Ideas?
 
I'm just guessing, but I think this should work:

/target Player00

(that's double zero)
 
i like using Xtarget cause when a toon is farther away and u type target joe bob u sometimes miss getting him

I assign Joe bob to xtar7 as an example

now when I need to target him

/xtar 7
 
as mentioned. the method to get exact spawn is via the equal sign.

/tar ${Spawn[=Dealings]}
 
Last edited:
Thanks for all the quick feedback guys. /tar id ${Spawn[="Player"].ID} is working great.