Hello, I'm making a top-down shooter and am trying to have the character shoot a fully automatic weapon instead of having to click for every shot. I want to be able to hold down left mouse button to shoot the weapon at a certain pace.
I've tried : Event : Mouse : Left mouse is held down : Action : System : wait 0.2 seconds
Action : 'Commando' : spawn object : bullet
Unfortunately, this only created a delay for the time before the 'Commando' starts firing. It want the player to be able to hold down left-click and be able to shoot, say, 1 bullet per 0.2 seconds.
Help?