#I need help like a lot

1 messages · Page 1 of 1 (latest)

thorny fractal
#

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

tawdry ginkgoBOT
#

CJH [2nd best skript helper fr] suggests that you read this embed

Formatting Code In Discord
Why?

Code blocks make it easier for helpers to identify potential errors -- help them help you!

The Format

```vb
on chat:
broadcast "This is how you format code!"
```

How It Looks
on chat:
    broadcast "This is how you format code!"
Extra Info

On US keyboards, the grave character (`) is located above the tab key on the top left of the keyboard

quiet elm
#

there is no way this parse time is anything healthy

#

also you really should not be looping all players every second like that.