[SOLVED] Two events trigger one

The easiest method to accomplish what your looking to do would be to use a multigate. basically each switch would call the bridge open as you have it now, but you would only connect the second output pin (out 1) to the rest of the script.

you could also solve the issue using bool variables, or by incrementing a int variable. in these cases you would still need to call an event to check if the requirements to open have been met.