View Single Post
  #9  
Old 07-12-2006, 03:18 PM
cloud2276
Fire Beetle
 
Join Date: May 2004
Posts: 19
Default

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.
Reply With Quote