diff --git a/flagstp.sk b/flagstp.sk index b18eb44..bb834fc 100644 --- a/flagstp.sk +++ b/flagstp.sk @@ -88,6 +88,11 @@ command /minigame_flags_start: send title "§c§l%{flags_kola}%. KOLO" with subtitle "1" to all players play sound "custom.cas" at volume 50 to all players wait 1 second + loop 10 times: + loop entries of team "IDList%loop-number%": + set {_loc} to location of the player loop-value-2 + remove 5 from {_loc}'s y-coordinate + teleport loop-value-2 to {_loc} send title "GO" with subtitle "" to all players play sound "custom.cas2" at volume 50 to all players @@ -273,6 +278,11 @@ command /minigame_flags_start: send title "§c§l%{flags_kola}%. KOLO" with subtitle "1" to all players play sound "custom.cas" at volume 50 to all players wait 1 second + loop 10 times: + loop entries of team "IDList%loop-number%": + set {_loc} to location of the player loop-value-2 + remove 5 from {_loc}'s y-coordinate + teleport loop-value-2 to {_loc} send title "GO" with subtitle "" to all players play sound "custom.cas2" at volume 50 to all players