Skip to content

Instantly share code, notes, and snippets.

@dfrison01
dfrison01 / final.ks
Last active February 29, 2020 01:03 — forked from gisikw/final.ks
// Final Launch Script
// My version - Diego
function main {
doLaunch().
doAscent().
until apoapsis > 100000 {
doAutoStage().
}
doShutdown().
set mapview to true.