I'm not sure if this is a bug or just a mistake I did somewhere.
NPC Code:
setstring this.string,
"blah blah blah",
"and so on and so on ; < --- produces an error even if in quotation marks",
"blah blah end";
The semicolon can't be used inside of the quotation marks. The semicolon won't show up when being displayed as a text message and produces an error when tested.
I haven't had this problem/error occur with anything else yet. Only with the semicolon.