Switch to edit mode.
Name(s): moveto1: "Copied from Rommie (#1326):t_move by Andromeda-Ascendant (#9874)Jul 27 20:44:55 2002" 2: local = this.location 3: targ = toobj(args[1]) 4: suspend(1) 5: if (targ != local) 6: local:sub_announce(this:msg_odepart()) 7: move(this, targ) 8: targ:sub_announce(this:msg_oarrive()) 9: else 10: local:sub_announce(this:msg_present()) 11: endif