Can't shoot while reloading

How would you technically make it so if you are still in the reloading animation you can’t shoot?

Use Animation triggers to set a bool variable that disallows shooting.

1 Like

Like for example, if I have a bool “isShooting” in the beginning (this triggers the shooting) to false?