Why doesnt it broadcast anything?

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

TehNitro

New Member
Aug 11, 2023
8
0
1
So I'm trying to get {Duel::*::*} (but that isnt possible)

And I asked in #skript-help-2 and someone said to use the code below:

CSS:
command /showallvars:
    permission: op
    trigger:
        loop indices of {Duel::*}:
            loop {Duel::%loop-value%::*}:
                broadcast "&c%loop-value-2%"

But that just doesnt broadcast anything...

It would usually look like this:

{Duel::Usernamehere,Username2here::*}
 
you have to give the {Duel::Usernamehere,Username2here} a value or it will not loop it. so for example just set {Duel::Usernamehere,Username2here} to true then you can loop it