Update 'flagstp.sk'
parent
d7da0d356f
commit
1076163bbb
|
@ -90,7 +90,7 @@ command /minigame_flags_start:
|
||||||
wait 1 second
|
wait 1 second
|
||||||
loop 10 times:
|
loop 10 times:
|
||||||
loop entries of team "IDList%loop-number%":
|
loop entries of team "IDList%loop-number%":
|
||||||
set {_loc} to location of the player loop-value-2
|
set {_loc} to location of the loop-value-2
|
||||||
remove 5 from {_loc}'s y-coordinate
|
remove 5 from {_loc}'s y-coordinate
|
||||||
teleport loop-value-2 to {_loc}
|
teleport loop-value-2 to {_loc}
|
||||||
send title "GO" with subtitle "" to all players
|
send title "GO" with subtitle "" to all players
|
||||||
|
@ -280,7 +280,7 @@ command /minigame_flags_start:
|
||||||
wait 1 second
|
wait 1 second
|
||||||
loop 10 times:
|
loop 10 times:
|
||||||
loop entries of team "IDList%loop-number%":
|
loop entries of team "IDList%loop-number%":
|
||||||
set {_loc} to location of the player loop-value-2
|
set {_loc} to location of the loop-value-2
|
||||||
remove 5 from {_loc}'s y-coordinate
|
remove 5 from {_loc}'s y-coordinate
|
||||||
teleport loop-value-2 to {_loc}
|
teleport loop-value-2 to {_loc}
|
||||||
send title "GO" with subtitle "" to all players
|
send title "GO" with subtitle "" to all players
|
||||||
|
|
Loading…
Reference in New Issue