For an RPG project I'm working on weapons and gear are generated randomly I.E from a set list of prefixes, names, then suffixes.
I don't want to manually add an event to set a position in an array for each name.
Can I write the list in a text file somehow and have it load into the game as an array to be picked?