Switch to edit mode.
Name(s): dupe_31: if (caller_perms() != #7921)
2: raise(E_PERM)
3: endif
4: dupe = args[1]
5: for y in (dupe.text)
6: player:tell(`y[1]:title() ! ANY => "E_NONE"', " (", y[1], "): ", y[2])
7: $cmd_utils:suspend_if_needed()
8: endfor
9: if (dupe.text == {})
10: return player:tell("No recording yet made.")
11: endif
12: player:tell("Done.")
13: "Last modified by Cecil (#7407) on Thu Feb 13 13:57:25 2003 MST."