Switch to edit mode.
Name(s): play*back @play*back1: if (!player:controls(this) && this.private)
2: return player:tell("Sorry, you do not have permission to ", this.name, ".")
3: endif
4: player:tell("------Recording of ", this.name, "------")
5: player:tell(this.recorded)
6: player:tell("-------------------------------------------")
7: "Last modified by Dax (#789) on Tue May 12 00:24:30 1998 EDT."