Run command random times

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

    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.

itzDGaming

Member
Dec 7, 2019
1
0
0
Hi all!

I want run a command random times (between 1-60 minutes).
How do I start this code?

Thanks in advance for the answers!
Sorry for my bad english!
I'm a beginner skript writer.

Have a nice day!
 
May be ¯\_(ツ)_/¯

Code:
command /rdcode:
    trigger:
        set {_random} to a random integer between 1 and 60
        wait {_random} minutes
        #code
 
Status
Not open for further replies.