I need 3 items to be chosen randomly from a table of contents. The way i have it set up right now is an array that i load, shuffle, and then pick from. Problem with this is, i don't want players to get items they already have, so i'd need a way to permanently remove a value from the array once it's item has already been obtained.