I'm stumped. The shotgun and pistol create twice the bullets on every event.
try replacing the triggers ("on Left mouse button pressed" etc), with something using trigger once eg:
On right mouse down
-> On left mouse down+ Trigger once
(also move the for loop to sub event) -> 4 times create shotgun bullet
I didn't even think about using the mouse down event, that did the trick! It even fixed the bullet going through walls bug I had when I got too close to it. Thanks again Jay.
I should probably just make a single thread for all my silly questions
Develop games in your browser. Powerful, performant & highly capable.
Anytime! and it's no problem, keeping them with separate topic titles might be good for others using search