More Triggerable Triggers

I was trying to make a game where pressing a button near a switch would activate the switch but not from far away. I couldn’t figure out a way to do this without having the “Proximity” block being triggered by a “Keyboard” block, as this is how I wanted it to work. It would be REALLY GREAT if there was an option to trigger most triggers, like collision, proximity, mailbox, and basically all of the rest. If anyone knows a SIMPLE solution that would also be helpful.

Thank you! I had the same issue.

Just use a switch, have the proximity block turn it on and have a NOR gate from the proximity block turn it off. Have the keyboard go into the switch.

What he said