Solved Help with time

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

MusicManSK

Active Member
Nov 30, 2017
230
11
18
Hello!
Is there any way to get time? real time? Not in MC world...

Not working:
code_language.skript:
every minute:
    set {_now} to now
    if {_now} contains "0:00":
        loop {rew.normal::*}:
            set {rew.normal::%loop-index%} to true
        loop {rew.vip::*}:
            set {rew.vip::%loop-index%} to true
        
        play "ORB_PICKUP" to all players at volume 0.5
Please help me!
 
code_language.skript:
if "%now%" contains "0:00":
 
Status
Not open for further replies.