With this plugin, you'll be able to create many interesting puzzles. In this tutorial, I'll teach you how to have the player when shooting a switch using a gun, it'll open a pathway.
We'd need a switch, bridge events, and bullet events.
01 - Switch
We simply need the switch to: If it collides with an event that has notetag <weaponAttack>, turn on Switch that opens the bridge
02 - Bridge
Put notetag <pass> to it and that's it. Player can walk through any event with this notetag. This event will only appear if switch Open Bridge is on.
03 - Bullet
Let's say in previous tutorial Ranged Weapon, when you press X, you'll spawn event bullet that move forward. We don't need to do much, we just need to put notetag <weaponAttack> to the bullet. Now, when event bullet collide with the switch, bridge will open.
04 - Result