Switch to edit mode.
Name(s): @clearmsg1: if (player == this)
2: if (this.answering_machine)
3: this.answering_machine = {}
4: this:tell("Answering machine cleared.")
5: else
6: this:tell("You have no messages to clear.")
7: endif
8: else
9: player:tell("Access denied.")
10: endif
11: "Last modified by Avator (#2168) on Mon Oct 11 14:49:40 1999 MDT."