Need help with an attribute determining the amount of bullets an actor can shoot.

So in my game, i have an actor that when he overlaps with the bullets, the bullets get destroyed and the integer attribute game.Shots to game.Shots+1. I want to add in a feature that makes the actor shoots out the amount of bullets that is equal to game.Shots. If you know how to do this, please leave a comment. Thank you!
Sign In or Register to comment.