How do you make a auto stage vizzy script.
I used:
wait until fuel {stage} = 0
If: fuel {stage} = 0 = [True] then:
Activate stage
How do you make a auto stage vizzy script.
I used:
wait until fuel {stage} = 0
If: fuel {stage} = 0 = [True] then:
Activate stage
@TincanAerospace How I do it is I use the burn time of the stage, and then put a wait [number] seconds (the burn time) and then put the activate stage block there. I hope the helps.
you can do:
(Wait until fuel [stage] = 0)
(activate stage)
that should be enough