19 lines
386 B
Plaintext
19 lines
386 B
Plaintext
@lazyglobal off.
|
|
wait until ship:unpacked.
|
|
rcs off.
|
|
|
|
runoncepath("0:/lib/common.ks").
|
|
runoncepath("0:/lib/stage/thor.ks").
|
|
runoncepath("0:/lib/stage/able.ks").
|
|
|
|
local target_inclination is 80.
|
|
local target_alt is 600_000.
|
|
|
|
local hdg is launch_azimuth(target_inclination, target_alt).
|
|
|
|
thor:launch(hdg, target_alt, 6).
|
|
stage.
|
|
able:orbit(hdg).
|
|
|
|
wait 1. // Ensure engine shuts down?
|
|
stage. |