@verb #146:"_kick" this none this rxdo #55 @program #146:"_kick" this none this "Begin generic security check (_kick)" if (verb == "_kick" && !args[1]:isa(this)) raise(E_INVARG, "Illegal object", args[1]) return E_INVARG endif "End generic security check (_kick)" if (caller_perms() != #-1) "Nope!" endif if (player.location != args[1].location) return player:tell("I don't see that here.") endif if (args[1].location == $roof) msg = "You can see %1 flying way over the sandy hills to the Grassy Knoll [DT]..." else msg = "You faintly see %1 flying across the MOO..." endif $roof:hook(msg, args[1]) args[1]:moveto(#11) "Hope the animal activists didn't see that." "Last modified by Lao-Tzu (#8084) on Tue Dec 18 08:29:54 2001 MST." "This verb previously owned by Raptor (#6319), and chowned to $slacker upon dewizarding (Sat Aug 17 14:48:43 2002 MDT)." "Last modified by Dax (#789) on Sat Aug 17 14:48:43 2002 MDT." .