So this is a good way to pull out values within a text file, especially if you're doing something like a list of names, a list of names or list of inventory items that something like that you can have the file functions scroll through, and what it will do is it will take every line in that file, turn it into a value in an array, and then once it's an array, you can then do conditional off of that array or work with that array just like a normal array, as I've showed you before.