Switch to edit mode.
Name(s): wake1: if (this.off > 0)
2: this.location:announce_all("Penguin wakes up.")
3: this.off = 0
4: else
5: caller:tell("Penguin is already awake.")
6: endif
7: "Last modified by ThePhoenix (#7435) on Sat Mar 23 07:21:34 2002 MST."