Edit Options (#65)(an instance of Generic Option Package made by Hacker)     The options package for dealing with editing on the MOO. Works with all children of $generic_editor. VERB SOURCE CODE: actual:
if (i = args[1] in {"parens", "noisy_insert"})
return {{{"no_parens", "quiet_insert"}[i], !args[2]}};
else
return {args};
endif
.
show:
if (o = (name = args[2]) in {"parens", "noisy_insert"})
args[2] = {"no_parens", "quiet_insert"}[o];
return {@pass(@args), tostr("(", name, " is a synonym for -", args[2], ")")};
else
return pass(@args);
endif
.
PROPERTY DATA:       show_quiet_insert       show_eval_subs       show_local       show_no_parens |