Special attack cooldown logic?
I have a special attack for one of my sackbots for an rpg im making, it has basic sword strikes, double jumps, rolls, and now a special attack. The special attack should be a cooldown attack, so you can only use it every couple seconds or so. I tried setting up a timer before the attack sequencers, But the timer would reset if I pressed the special attack button during the cooldown, so instead of waiting 10 seconds to be able to use the special attack again, id be waiting 20 seconds or more. So i want to be able to press the special attack button as many times as i want during the cooldown and not have the cooldown timer reset. Any help?