View/Edit #7420:kick

Switch to edit mode.

Name(s): kick
1:  pass(@args)
2:  if (!(player == this.owner))
3:    return E_PERM
4:  endif
5:  player:tell("Getting everybody out of ", this:nn(), "...")
6:  for x in (this.lay)
7:    x:tell("You get kicked out of ", this:nn(), ".")
8:    player.location:announce(player:title(), " gets kicked out of ", this:nn(), ", by ", player:title(), ".")
9:    this.lay = setremove(this.lay, x)
10: endfor
11: player:tell("Done.")
12: "Last modified by Comkid (#2158) on Sat Nov 20 16:57:36 1999 MST."

Verb arguments: this none none
Verb perms: Readable NOT-Debug
Verb owned by: Cecil_Stuff (#9988)

You are not logged in.

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