Page 1 of 1

ME and Target Issues.

Posted: Thu Apr 22, 2004 12:43 pm
by javelinl
I'm running into a bit of frustration with changes in how /target seems to work.

Is there a reason that I can't target myself with /target command?

for example, the code below, will target Bilelill (a char who happened to be in PoK). The echo command will repeat back my name, but attempts to target it, return 'There are no spawns matching: (0-100) player ...

I know I can use /keypress f1, but is there a reason that I can target myself by name?


Sub Main

/target pc bile
/echo ${Target.Name}
/echo ${Me.Name}
/target pc ${Me.Name}

/echo ${Target.Name}


/return

Posted: Thu Apr 22, 2004 12:43 pm
by magictiger
Change /target pc ${Me.Name} to /target myself

Posted: Thu Apr 22, 2004 12:45 pm
by Lax
/keypress targetme

and the verdict is...

Posted: Fri Apr 23, 2004 10:34 am
by javelinl
So, just to confirm, it's not possible to target yourself by name?

As far anyone knows, it your name the only thing that won't show up as a 'PC'