command /setlobby:
trigger:
set {spawn} to location of player
command /pos1:
trigger:
set {pos1} to location of player
command /pos2:
trigger:
set {pos2} to location of player
command /duel <player>:
permission: fun.duels:
trigger:
{induel} is not true
teleport {pos1}
telport arg 1 {pos2}
set {induel} to true
every 10 ticks:
{induel} is true
loop all players:
send "&cThe Duel is starting in 3 seconds!" to loop-player
wait 20 ticks
send "&cThe Duel is starting in 2 seconds!" to loop-player
wait 20 ticks
send "&cThe Duel is starting in 1 seconds" to loop-player
wait 20 ticks
send "&aGO!" to loop-player
wait 1000 ticks
send "&c30 seconds left!" to loop-player
wait 600 ticks
teleport loop-player to {spawn}
set {induel} to false
i have no clue how to make a duels skript so i just tried this, does anyone else know how
trigger:
set {spawn} to location of player
command /pos1:
trigger:
set {pos1} to location of player
command /pos2:
trigger:
set {pos2} to location of player
command /duel <player>:
permission: fun.duels:
trigger:
{induel} is not true
teleport {pos1}
telport arg 1 {pos2}
set {induel} to true
every 10 ticks:
{induel} is true
loop all players:
send "&cThe Duel is starting in 3 seconds!" to loop-player
wait 20 ticks
send "&cThe Duel is starting in 2 seconds!" to loop-player
wait 20 ticks
send "&cThe Duel is starting in 1 seconds" to loop-player
wait 20 ticks
send "&aGO!" to loop-player
wait 1000 ticks
send "&c30 seconds left!" to loop-player
wait 600 ticks
teleport loop-player to {spawn}
set {induel} to false
i have no clue how to make a duels skript so i just tried this, does anyone else know how