Is there a way to type like "edit object/attribute" and then have MUSHclient pop up a notepad window that contains the code of that attribute on that object, autoformatted so that e.g. this:
becomes like this:
and I can edit it like that, and when I save it MUSHclient compresses the spaces and puts it back onto the object?
switch(setr(0,pmatch(%1)),#-1,pemit(%#,Invalid player name: %1),#-2,pemit(%#,Ambiguous player name: %1),ulocal(%0,%q0,%2,%3,%4,%5,%6,%7,%8,%9))becomes like this:
switch(
setr(0, pmatch(%1)),
#-1, pemit(%#, Invalid player name: %1),
#-2, pemit(%#, Ambiguous player name: %1),
ulocal(%0, %q0, %2, %3, %4, %5, %6, %7, %8, %9)
)