Wait until appropriate altitude to decouple.
This commit is contained in:
parent
dd3d741cff
commit
e464fe099e
|
@ -14,6 +14,7 @@ function PerformReentry {
|
||||||
local normal is VCrs(SHIP:SRFPROGRADE:FOREVECTOR, SHIP:UP:FOREVECTOR).
|
local normal is VCrs(SHIP:SRFPROGRADE:FOREVECTOR, SHIP:UP:FOREVECTOR).
|
||||||
lock STEERING to normal.
|
lock STEERING to normal.
|
||||||
wait until Vang(SHIP:FACING:FOREVECTOR, normal) < 5.
|
wait until Vang(SHIP:FACING:FOREVECTOR, normal) < 5.
|
||||||
|
wait until SHIP:ALTITUDE < 70000.
|
||||||
|
|
||||||
// stage until only stage 0 remains.
|
// stage until only stage 0 remains.
|
||||||
until STAGE:NUMBER <= 1 {
|
until STAGE:NUMBER <= 1 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user