@verb #1108:"_kick" this none this rxdo #9342 @program #1108:"_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)" "Determines if the player is capable of kicking Morn, and if so initiates Morn's trip to the brig." if (this.location != player.location) player:tell("You can't kick Morn from here.") elseif (!this.active) this.active = 1 this.victim = player this:move() this.active = 0 endif "Last modified by Lao-Tzu (#8084) on Tue Dec 18 08:29:54 2001 MST." .