I’m currently working on an extension that gives you access to the file system and lets you load text files.
So you could put your text into a JSON formatted file, read it and convert the JSON to a variable structure that you can access in your game. You just have to make sure to copy the text files manually into the export folder since text files are currently not supported as a resource that would get copied automatically.
I still have to write some convenience functions but I think it should be ready for the next version.
1 Like