Switch to edit mode.
Name(s): test1: if (player == #2195)
2: x = $cmd_utils:read("are you sure you want to delete this log?")
3: if (x == "yes" || x == "ye" || x == "y")
4: player:tell("Log has been deleted.")
5: this.test = {}
6: else
7: player:tell("Not deleted")
8: endif
9: else
10: player:tell("You're not allowed to do this")
11: endif
12: "Last modified by Avocado (#2195) on Wed Jul 12 15:29:17 2000 MDT."