Noob question

://imgur/gallery/CCpVrnC/new

Might sound a bit nooby. Im trying to connect each door to a trigger box but have no idea where to start eg when i connect both of them to e and press e they both open, also even if im not where the trigger box is i still can press e and open the doors

if you can provide a picture of blueprint setup please do
Thanks

You will have to place volumes around both doors. Then when the player touches one of those volumes it sets a bool to true and it enables the input (enable input node). After that you have to add another branch with the bool to check which volume the player has touched so that just one door will open. :slight_smile: