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:
But that just doesnt broadcast anything...
It would usually look like this:
{Duel::Usernamehere,Username2here::*}
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::*}