thelink2012/gta3sc

Strings inside DUMP statements

feroldi opened this issue · 3 comments

Allow this as an extension (perhaps by -fdump-strings?):

DUMP
"123" 52
ENDDUMP

Would it be useful/desirable to have a \x escape sequence for strings in DUMP contexts?

Regarding \x, nah, that should be addressed in general for all strings sometime, without breaking the original design.

-fdump should toggle this without issues, no need for another switch :))