Switch to edit mode.
Name(s): check _kick1: "Begin generic security check (_kick)" 2: if (verb == "_kick" && !args[1]:isa(this)) 3: raise(E_INVARG, "Illegal object", args[1]) 4: return E_INVARG 5: endif 6: "End generic security check (_kick)" 7: for x in (this.lay) 8: if (!(x in this.location.contents) || !(x in connected_players())) 9: this.lay = setremove(this.lay, x) 10: endif 11: endfor 12: "Last modified by Lao-Tzu (#8084) on Tue Dec 18 08:29:54 2001 MST."