Switch to edit mode.
Name(s): dupe_11: caller != #7921 && raise(E_PERM)
2: dupe = args[1]
3: if (argstr != "")
4: for x in (dupe.location:contents())
5: x:tell(dupe:title(), " says, \"", argstr, "\"")
6: endfor
7: else
8: msg = $cmd_utils:read_lines("the message")
9: for blah in (dupe.location:contents())
10: blah:tell(dupe.name, " says:")
11: endfor
12: for x in (msg)
13: for blah in (dupe.location:contents())
14: blah:tell("> ", x)
15: endfor
16: endfor
17: endif