Does anyone know why you have to escape the backslash in escape sequences?
eg.
AppendToNotepad("test","Fish!\\r\\n")
\n produces very weird syntax errors.. is MUSH pre-processing the sequences before sending them to Lua?
eg.
AppendToNotepad("test","Fish!\\r\\n")
\n produces very weird syntax errors.. is MUSH pre-processing the sequences before sending them to Lua?