If i use this code:
This will just keep saying "&1Fireball is still in the air" when the ground state is false.
The problem is when i use this code it should stop the while loop when the fireball hits the ground but it doesn't:
https://i.gyazo.com/72861c48da7f132a713cb831dbb19b39.mp4
@LimeGlass
code_language.skript:
command /test:
trigger:
make player shoot a fireball at speed 1
while ground state of the last shot fireball is false:
broadcast "&1Fireball is still in the air"
wait 1 second
The problem is when i use this code it should stop the while loop when the fireball hits the ground but it doesn't:
https://i.gyazo.com/72861c48da7f132a713cb831dbb19b39.mp4
@LimeGlass