idk how to set a global cooldown
every 20 ticks:
loop all players:
send action bar "🕓 &2Ready!" to loop-player
every 20 ticks:
loop all players:
if {globalcd::%loop-player%} isn't true:
remove 1 from {countdownglobal::%loop-player%}
if {countdownglobal::%loop-player%} < 0:
clear {globalcd::%loop-player%} thats what i had and it doesnt work and i dont know how to fix it and it doesnt make the cooldown go down for things like the daggers.
Those are the daggers/ the skript i would like some help with fixing these issues