| 
 The /goto (or /go for short) will only work if you're in GM mode (#gm on) and works on any pc/npc, even if not targeted. 
 ex. #gm on
 /go A_mob01
 
 
 the #goto command will only work if pc/npc is targeted or you specify coordinates and does not require the gm flag.
 
 ex. target A_mob00
 #goto
 
 or
 #goto 0 0 0
 
 hope this helps.
 |