Hello,
I have a character that is saying a new line every few seconds. I want to get all the lines into an array and loop through them simply:
-change text to array.at(x)
-wait
Working fine with the first few lines as I have added them to array on layout start. But instead of adding all the lines on layout start I would prefer to load from an external file for two reasons:
1) So I can edit the lines without having to republish the project
2) To not use up a lot of command lines as I am using the free version currently (contemplating upgrade)
On a previous project I have used Ajax/Php/mySQL for a high scores table and could go that route but thought I could cut out a step using JSON or XML, which I am not as familiar with though.
Project will be uploaded so external file would be uploaded as well.
So if you were doing something similar how would you go about it? If there are good examples please point me to the project files.
(please note, I prefer not to use plugins)
Thanks