@verb #8572:"kick shove push throw" any off/off of this rdo #8878 @program #8572:"kick shove push throw" any off/off of this victim = $match_utils:match_all(args[1], this.sitting) if (length(victim) == 0) player:tell("Are you sure ", args[1], " is on ", this:title(), "?") else {victim} = victim player:tell("You ", verb, " ", victim:title(), " off of ", this:title(), ".") victim:tell("You have been kicked off of ", this:title(), " by ", player:title(), ".") this.location:announce_all_but({player, victim}, victim:title(), " has been kicked off of ", this:title(), " by ", player:title(), ".") this.sitting = setremove(this.sitting, victim) endif "Last modified by Dax (#789) on Sat Nov 9 14:13:19 2002 MST." .