355 @verb #3100:"moveto" this none this rxdo #55 @program #3100:"moveto" this none this "Moves the bug, and tells any wizards in the room that they are being spied on." if (!`args[1]:accept(this) ! ANY => 0') player:sub_tell("%T rejected from %1.", args[1]) raise(E_PERM) endif temp = pass(@args) if (this.location == args[1]) player:sub_tell("%T moved to %1.", args[1]) for dude in (this.location:contents()) if ($object_utils:isa(dude, $guardian)) dude:sub_tell("%T (%1) slips into the room. %N seems to be controlling it.", tostr(this)) endif endfor bug = 0 for line in (callers()) line[2] == "bug" && (bug = 1) endfor bug && this.location:look_self() else player:sub_tell("%T rejected from %1.", args[1]) endif return temp "Last modified by Dax (#789) on Mon Dec 10 20:38:10 2001 MST." . 0