Hi,
I am very new with Construct 2 and kinda looking for a solution to load from external file.
The format can be either
CSV, JSON or XML.
I basically want to map a bunch of words into array to be dynamically loaded in the game.
So far i can do it using CSVToArray function to do this. The only thing is all the words must be predefined inside the game.
I would like to load it from external file (or via JSON) so that the word list can be changed as needed.
I read the documentation by using JSON thus later on using AsJSON expression but i don't know how to do this...
Can anyone show me how to do this?
Cheers,