Switch to edit mode.
Name(s): e*dit1: if (!args)
2: player:tell("edit what?")
3: else
4: if (argstr == "this")
5: "Modified so that 'e this' will effectively reformat the text"
6: who = player in this.active
7: argstr = tostr(this.objects[who], ":", this.verbnames[who])
8: endif
9: this:invoke(argstr, verb)
10: endif