1-Create a boolean with a default value of false.
2-Set that boolean to true if the overlap event is triggered.
3-Have a branch connected to your input, so that if the boolean is true, then add more ammo. If false, don’t do anything.
That is the basics of it, can work your way from there I’m sure. Hope this helps.