Is it possible to add an easy way to distinguish which objects you want an event to act upon? This would be especially useful in qualifiers.

For example, if you're testing for a collision between two objects those are the two objects you'll react to. To make it act upon an independent third object (that's in the same qualifier or the same type of active or whatever) you need a second event which flags the collision, then tests for the flag and some kind of ID variable for the active.

If we could instead make something (similiar to the "or" event), where you can specify the qualifiers but then in the event specify what you want it to react on, that would be super.