[ QUOTE ]
Looks like there is a bug in the format demos are saved in. If a chat message includes a " mark, the message will not play back correctly. For instance, if you try to say:
That's his "nice" outfit!
When played back in a demo, this comes out as:
That's his
And in the demo file itself, the text portion of the command will be something like:
"That's his " nice" outfit!"
Blah. What a mess. You should probably just replace the enclosed " marks with one or two ' marks.
[/ QUOTE ]
This is very common in the progamming world. While I haven't tried it myself, you might want to try hacking the file and putting a \ before the " that you want to show up as text.
i.e. "That's his \" nice\" outfit!"