In my vidya, the player is able to set up a camera that prints results depending on a series of variables, such as the camera chosen or the state of the game.
After the type of photo is established, a random variable chooses a photo and shows it to the player.
After a photo is seen, i don't want it to be seen again, but working within the dialogue system i don't know if i can do this without assigning a bool variable to each photo and photo description.
I would need like 40 or 50 bool variables, and this is only in the photo system.
Any tips?