This is my first time using these forums, so please let me know if I did something wrong. I'm trying to make a catacomb-like dungeon. Each room has multiple spawners which will spawn either a button, keyhole, lever, or key to continue the adventure. I'm trying to figure out how to get the game to randomly spawn a button, keyhole, lever, or key on each spawner. I also want to make sure the game remembers the generation pattern it created in case the player retraces their steps. There's also a point where the game will soft reset (buttons, keyholes, levers, and keys will return to their original positions, but the location of those buttons will stay the same as they were randomly generated.) The room layouts won't be the same as the layout they were before the soft reset. I know this sounds really complicated, but any help I can get will be fantastic! Thanks so much :)