Hi, I'm using the CSVtoArray plugin to dump all my dialogue text into an array. However, obviously, I have come to the issue of comma punctuation breaking this idea.
Is there a way to get around this or even a better way to keep track of large amounts of dialogue and responses?
Thanks in advance.
Develop games in your browser. Powerful, performant & highly capable.
CSV is not a great data format, for various reasons. JSON or XML are much better suited for dialogue source files in my opinion.
I believe you can specify any delimiter in the addon. You can use a special character like % or ^.
Thanks guys, I'll check these options out!