> You could also use the "Every X Seconds" event together with the On Space Bar Pressed event, it will work the same way.
>
> You can also use the "On Key Pressed" event, if you want the archer to shoot an arrow every time you press the spacebar, but don't want him to keep shooting while the bar is pressed.
>
"Every X Seconds" doesn't work as well because the seconds are independent of any key press.
For instance, if it's every 5 seconds, and you press shoot at the 4th second, you can shoot once then, and after a second, you can shoot again.
Even when it's a sub condition? I have been using this without problems, but my delay is a lot shorter than that. Didn't know, I'll fix that on my game, thanks!