need help with a skript

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

dutchminer523

New Member
Feb 20, 2017
5
0
0
hello i am making a big skript for my server now it my question is it possble to add multiple cooldowns here is my exemple


if {cooldown::%player%} is not set:
set {cooldown::%player%} to now
stop
set {_time} to difference between {cooldown::%player%} and now
if {_time} is less than {@time2} days:
set {_cooldown1} to {@time2} days
subtract {_time} from {_cooldown1}
send "{@message2}" to player

greetings dutchminer523
 
Status
Not open for further replies.