I went over this with grazer a while ago, but he never seemed to go and fix it. You may of realized that if you send an always into a bundle input and into a nor gate, the nor gate still outputs. This is because according to grazer: Bundle inputs are meant to be triggers, which I think means that they can only trigger every 2 frames.
This would be a minor change but would be very nice for more complex logic and would let me make what I’ve been trying to make.
This is because the position inside the bundle is using the same positions outside the bundles (think of the behaviors inside the bundle as ghost behaviors outside the bundle).
It’s actually a complex thing to resolve because the behaviors are scanned in order based on position.
So with this information, you can already have faster inputs in a bundle; you just need to know where to put behaviors inside the bundles for the best performance.