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


