Search results

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

  1. eult

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

    send "Try again in %difference between 600 seconds and {_waited}%" so the end result should look something like this 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...
  2. eult

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

    all you hade to do is reading :) https://skunity.com/tutorials/75 Posted by: eult from the skUnity Discord.
  3. eult

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

    read the entier tutorial again you well learn alot Posted by: eult from the skUnity Discord.
  4. eult

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

    try this Posted by: eult from the skUnity Discord.
  5. eult

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

    we already done that Posted by: eult from the skUnity Discord.
  6. eult

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

    it's {_waited} Posted by: eult from the skUnity Discord.
  7. eult

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

    yes for that we need to use if statment to check if it has been 600s sense the last use Posted by: eult from the skUnity Discord.
  8. eult

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

    if {_waited} is less than 600 seconds: Posted by: eult from the skUnity Discord.
  9. eult

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

    ok try to put things together you try not me Posted by: eult from the skUnity Discord.
  10. eult

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

    yes almost well 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 600s: stop else: apply...
  11. eult

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

    yes but what the next step?? Posted by: eult from the skUnity Discord.
  12. eult

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

    no wait we don't need to use wait here at all Posted by: eult from the skUnity Discord.
  13. eult

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

    read the doc I send you Posted by: eult from the skUnity Discord.
  14. eult

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

    noo where in the doc this exist <a:3GX_cry:1055519346253905930> please read Posted by: eult from the skUnity Discord.
  15. eult

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

    ok so 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 set {name::%uuid of player%::speedmushroom} to now what do you think we have to do...
  16. eult

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

    what haven't you understand so I can explain to you Posted by: eult from the skUnity Discord.
  17. eult

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

    wdym? Posted by: eult from the skUnity Discord.
  18. eult

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

    ok so let's start with setting the variable to now Posted by: eult from the skUnity Discord.
  19. eult

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

    applescript on right click with crimson fungus: name of event-item is "&b&lGrzyb Prędkosci &7(PPM)" set {name::%uuid of player%::speedmushroom} to now you understand this right? Posted by: eult from the skUnity Discord.