Switch to edit mode.
Name(s): lay1: this:check()
2: if (player.location != this.location)
3: $msg:mtell("nlocation", this.location)
4: elseif (!(player in this.lay))
5: this.lay = {@this.lay, player}
6: $msg:mtell("lay")
7: player:tell(this:description())
8: elseif (player in this.lay)
9: $msg:mtell("lay_fail")
10: endif
11: "Last modified by Comkid (#2158) on Sun Nov 22 14:09:13 1998 MST."