No problem! Using an instance variable is probably best. Give your character a variable "ammo" and set it to 10 or something
On the shooting event add another condition - character, compare instance variable, ammo > 0
Then add an action - character, subtract from, subtract one from ammo
If you need to pick up ammo, just add to the ammo variable.
Hope this helps!