1
Ask a Question / Re: Rate of Fire
« on: February 05, 2012, 04:34:31 pm »
Here's how I did it. If the fire button is pressed AND the global attribute Can Fire? = True, then spawn a bullet and set Can Fire? to False, wait PlayerShotDelay seconds, then set Can Fire? to True again.