Hello all,
I'm making a word game in which the user is going to be given a random word from a very large list (hundreds at least, maybe thousands) of words. I was wondering how I could make a word list like this in construct two, without having to manually type every word into a string array or something. My game could then randomly grab an index of that list and use that word.
Thanks,
William