Bi-directional trigger volume?

Yep the way I do it is with 2 triggers next to each other. So I only want a trigger event to happen if i come in from the left hand side so I set a boolean to true when i hit the left trigger and then the right trigger only calls the function if it’s true. Then you can do the same thing in reverse.