Solved Bossbar that blinks

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

Hartvig

Member
Apr 18, 2017
39
1
0
22
Problem:
I want to make a bossbar that blinks, but i get this error.

Error:
https://gyazo.com/64a03bc41ce51cc6408667b0e1986c18


Code:
code_language.skript:
every 0.2 seconds in "world":
    loop all players:
        If {bossbar} is 0:
            set bossbar named "&bDu spiller på &e&lLazygamers.net" for player to 100
            wait 0.7 seconds
            set {bossbar} to 1
            stop
        If {bossbar} is 1:
            set bossbar named "&cDu spiller på &e&lLazygamers.net" for player to 100
            wait 0.7 seconds
            set {bossbar} to 0
            stop
 
Status
Not open for further replies.