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