Ok then. Tell me how you find the Name of your target only using isTarget().
maybe with getById(isTarget())
--comment, You will never find the name of your target only using the isTarget() the only thing you get is their id, so you need to convert that id to a name, using the getById. (If I'm not mistaken)
Last edited by Efren; 01-06-2012 at 10:22 PM.
Reason: Added comment