Quick question

Pretty much like Robot said. make a boolean called IsAiming?, When the character presses the fire button to shoot the gun, make a branch to check if the player IsAiming?, if true fire the gun, if not true do nothing.

Just remember you’ll have to set IsAiming? to true when the player presses the aim key.