View/Edit #8572:kick shove push throw

Switch to edit mode.

Name(s): kick shove push throw
1:  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."

Verb arguments: any off/off of this
Verb perms: Readable NOT-Debug
Verb owned by: Omnipresence (#8878)

You are not logged in.

[home | help | who | search | setup | code]