Can someone help me out? How can I broadcast coords?
Here is my code:
command /loadboss:
trigger:
set {_areacoordX} to a random integer between 100 and 300
set {_areacoordY} to 80
set {_areacoordZ} to a random integer between 100 and 300
set {_amount} to 1
set name of zombie to "&4&lBoss"
loop {_amount} times:
execute console command "summon zombie %{_areacoordX}% %{_areacoordY}% %{_areacoordZ}%"
on skript start:
wait 5 seconds
on spawn:
wait 1800 seconds
execute console command "/loadboss"
Here is my code:
command /loadboss:
trigger:
set {_areacoordX} to a random integer between 100 and 300
set {_areacoordY} to 80
set {_areacoordZ} to a random integer between 100 and 300
set {_amount} to 1
set name of zombie to "&4&lBoss"
loop {_amount} times:
execute console command "summon zombie %{_areacoordX}% %{_areacoordY}% %{_areacoordZ}%"
on skript start:
wait 5 seconds
on spawn:
wait 1800 seconds
execute console command "/loadboss"