trigger initiating different relays based on filters?
I want to have the scanner do different things depending on what object is in the scanner.
I have already figured out how to filter objects, based on their model, though i havent figured out on if it is possible to let one trigger actuate different relays depending on what filter matches the object triggering the trigger.
I think i could duplicate different triggers in the same location that have all a different filter,
though this will get very messy and hard to work with.
So... is it possible to let one triggerbrush put out different triggers depending on what filter they match?
here is a screenshot of the scanner i was talking about...

Take a guess what happens when the "wrong" object is scanned 
By the way, I like your idea. It sounds like a fun map.
Setup a single trigger, your filters, equal number of logic_branches as you have filters, and the objects.
Once an object enters the trigger, send an output to each filter testing the activator.
Each filter will then set the value of their corresponding logic_branch to True if the object passes.
Once a branch is set to true, you can send it the "test" input (or for less clutter, use SetValueTest to pass the value and test it in one go) and have it execute whatever you want.