I'm trying to set up a sexp that is triggered by the Player firing their primary or secondary banks. I originally thought it would be possible with checking through Key-Pressed, and simply enter Spacebar, Left CTL, etc to register for whether or not the Player fires, but
1. People can remap their controls.
2. Left and Right Click don't appear in the key-pressed conditions list.
Is there a way to check for any primary fire, regardless of what button is pressed to trigger it?
EDIT: I'm trying to add all of the fail conditions for a stealth mission I'm building.