command /test: trigger: loop all players: if {dolacz.%loop-player%} is true: teleport loop-player to location (-896, 8, -1221) command /dolacz: trigger: set {dolacz.%player%} to trueLub sprawdzanie graczy na bieżąco:
every 10 second: set {_} to 0 if {start.gry} is false: loop all players: if {dolacz.%loop-player%} is true: add 1 to {_} broadcast "Nie ma wystraczajacej liczby graczy by zaczac gre!" if {_} is greater than or equal to 2: set {start.gry} to true teleport loop-player to location (-896, 8, -1221) broadcast "Teleportacja na pole gry!" command /dolacz: trigger: set {dolacz.%player%} to true