Switch to edit mode.
Name(s): kick shove push throw1: victim = $match_utils:match_all(args[1], this.sitting)
2: if (length(victim) == 0)
3: player:tell("Are you sure ", args[1], " is on ", this:title(), "?")
4: else
5: {victim} = victim
6: player:tell("You ", verb, " ", victim:title(), " off of ", this:title(), ".")
7: victim:tell("You have been kicked off of ", this:title(), " by ", player:title(), ".")
8: this.location:announce_all_but({player, victim}, victim:title(), " has been kicked off of ", this:title(), " by ", player:title(), ".")
9: this.sitting = setremove(this.sitting, victim)
10: endif
11: "Last modified by Dax (#789) on Sat Nov 9 14:13:19 2002 MST."