Multiple buttons for one door

I want a door to open when three buttons are pressed, not in any specific order, just all of them activated. I already have made a level sequence for the door and added box triggers for each button, I can get one button to open the door but I can’t figure out how to do multiple.

Hey Saimiz, you can add 3 Boolean Variable for each key and set them to ‘True’ When you press each button, then for the door do a Branch And check All those 3 Variables, if all of them were true, door opens :wink:

Option 1, if buttons can only be pressed:

Option 2, if buttons can also be unpressed:

Thanks for answering! But I’m still not sure how the “Button 1 pressed” and the other events are supposed to look, I’m quite new to programming

I can get one button to open the door
How do you do that?

This is in level blueprint too

You can do that with three triggers and an Int variable like in my second screenshot.