Hi all,
I am working on a project, I have been given a list of words in a txt file and want to import them into construct (already have the txt file inside the project as a project file) and put them into an array or something of that sort so I can choose random words to display.
The are all separated by a newline, but I am not allowed to edit the file to be in json format. I have been allowed to use whatever software I wish, so decided on Construct.
Is this possible?? Spent a few hours trying to figure it out.