How to make three door guessing game

So I am working on this game and in it i want a part where there are three doors and the user has to guess the correct door if the do they go on if they don’t game over. Its simple but i cant figure out how to script it in blueprints i can build the death collision for the 2 bad doors so when they go threw it they instantly die. I just cant figure out how to make it change when they come to the next set of door or die and have to guess again. Im pretty new to this scripting thing

You can place a death collision for all three doors, put them in an array, and disable collision for one of them randomly

thank you for your solution i will try this