Switch to edit mode.
Name(s): sleep1: if (!(player in this.lay))
2: return player:tell("You are not on " + this.name + " so you cannot sleep.")
3: else
4: boot_player(player)
5: endif
6: "Last modified by Comkid (#2158) on Sat Jun 27 20:10:52 1998 EDT."