Switch to edit mode.
Name(s): snore1: return "this is irritating. like, REALLY irritating. especially if no one is around to @eject you from the room and people are trying to talk in there." 2: if (this.sleeping) 3: suspend(5) 4: this.location:announce_all(this:title(), " snores.") 5: this:snore() 6: endif