#skript cooldown

1 messages · Page 1 of 1 (latest)

pulsar pagoda
#

Can you send your whole Skript in discord instead of in a picture? Also, it’s probably because you’re not checking the cooldown; you’re just setting it but Skript doesn’t do anything with the visual

ebon hemlock
#

You could use a variable that has the time that the player can next use the item. Here's a little snippet: set {Fireball::%player%::Cooldown} to unix timestamp of 30 seconds from now, then check with if {Fireball::%player%::Cooldown} <= unix timestamp of now:

pulsar pagoda
#

Or, they can also just use the item cooldowns they have set up it seems

pulsar pagoda
ebon hemlock