Manual: "Also note normally you can only put one trigger in an event, but you can put multiple triggers in an 'Or' block, and the event will run if any of triggers run."
It depends on the usage. Triggers run outside of the normal event loop, so you do have to be careful of combining with other events.