Yeah...
But I didn't use UIBuilder to add that. I did (however) find a fix.
The problem seems to be that SOE changed how it uses things like "
Before I used that so that it would say those strings, but the whole set of says were just one string (because it was all in " " it was a string, then when it went through it it turned the " s into the proper "s).
To fix it, I replaced the outer quotes with single-quotes (which also work to delimit strings) and replaced every " with the doublequote character (").
Seems to be working fine so far.
|