Switch to edit mode.
Name(s): kick1: 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."