i have torqskript woes help me forums
say i have a file with this line:
\c6whoa
and i'm shoving that into some variable from a fileobject then farting it out to a client
problem: the \c6 here is not actually read and stored as "\c6", it's "\\c6", so the client doesn't get pretty coloured text; they just get a bunch of red stuff
is there a simple way to ''''un-escape'''' this and salvage control char functionality stuff or should i just use TML instead