How to use 2 events to trigger a reaction

I want a door to open if you get close enough AND press e but you can only have one exec for reactions.

Hi ,

Place a box component around the door. Use an overlap event to allow the user to enable input, end overlap disables input. Then use your chosen key (for instance, F) to actually open the door. See if that does what you are looking for.

Thanks ! This really helps.