server
aper 1.12.2
skript:2.3.7
code:
output should be:
but the out put is:
the cause is STOP LOOP.There is a BUG.
i can only loop {_list::*} once successfully for every 2 times i loop.
I am not sure where should i submit the bug,so i post it here.
Sorry for my bad english.
skript:2.3.7
code:
Code:
command /test [<text>]:
trigger:
add 1 to {_list::*}
loop 5 times:
loop {_list::*}:
broadcast " lololo "
stop loop
broadcast "endloop"
Code:
lololo
endloop
lololo
endloop
lololo
endloop
lololo
endloop
lololo
endloop
Code:
lololo
endloop
endloop
lololo
endloop
endloop
lololo
endloop
i can only loop {_list::*} once successfully for every 2 times i loop.
I am not sure where should i submit the bug,so i post it here.
Sorry for my bad english.