choose number

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

skanto123

Active Member
Jan 8, 2018
70
0
0
how do i make it so every 10 minutes it choose a number between 1 and 10 and then if its 1 set {current.money} to a number between 5000 and 10000
 
Example.
code_language.skript:
set {_random} to a random integer between 1 and 10
if {_random} is 1:
    set {var} to a random integer between 5000 and 10000
 
Status
Not open for further replies.