Error in console. help me please

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

jomjonejame

Member
Jan 26, 2017
54
1
8
29
Error in console : https://pastebin.com/6GCtFY1D

code_language.skript:
set {_list::*} to sorted {Battle::Score::*} from highest to lowest with output "@index"
        loop {_list::*}:
            if "%loop-index%" is "1":
                create a new id based score "%{_p}%Slot10" with text " &b&l%loop-value%" slot -10 for stylish scoreboard "BR-%{_p}%"
                create a new id based score "%{_p}%Slot11" with text " &bScore: %{Battle::Score::%loop-value%}%" slot -11 for stylish scoreboard "BR-%{_p}%"
            else if "%loop-index%" is "2":
                create a new id based score "%{_p}%Slot12" with text " &a&l%loop-value%" slot -12 for stylish scoreboard "BR-%{_p}%"
                create a new id based score "%{_p}%Slot13" with text " &aScore: %{Battle::Score::%loop-value%}%" slot -13 for stylish scoreboard "BR-%{_p}%"
            else if "%loop-index%" is "3":
                create a new id based score "%{_p}%Slot14" with text " &e&l%loop-value%" slot -14 for stylish scoreboard "BR-%{_p}%"
                create a new id based score "%{_p}%Slot15" with text " &eScore: %{Battle::Score::%loop-value%}%" slot -15 for stylish scoreboard "BR-%{_p}%"