Discord Thread 0 Errors but dont working as i want, Mushroom that have cooldown in using after use

  • 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!

This thread came from the skUnity Discord. You can't reply to it here but if you join the skUnity Discord, you'll be able to post a reply there. The thread link is part of the thread's message.
Status
Not open for further replies.
code_language.skript:
send "Try again in %difference between 600 seconds and {_waited}%"
so the end result should look something like this
code_language.skript:
applescript
on right click with crimson fungus:
    if name of event-item is "&b&lGrzyb Prędkosci &7(PPM)":
      set {_waited} to difference between {name::%uuid of player%::speedmushroom} and now
      if {_waited} is less than 600 seconds:
        send "Try again in %difference between 600 seconds and {_waited}%"
        stop
      else:
        apply swiftness 2 to the player for 3 minutes
        set {name::%uuid of player%::speedmushroom} to now
please read the doc again so you can have a better understanding

Posted by: eult from the skUnity Discord.
 
Status
Not open for further replies.