misc
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
import("library/lib_ascent").
|
||||
|
||||
|
||||
if status = "PRELAUNCH" {
|
||||
WaitForEngineStart().
|
||||
|
||||
CORE:PART:GETMODULE("kOSProcessor"):DOEVENT("Open Terminal").
|
||||
|
||||
set profile to 0.7.
|
||||
set turn_start to 1000.
|
||||
set target_orbit to 120000.
|
||||
|
||||
when altitude > 80000 then {
|
||||
ag1 on.
|
||||
}
|
||||
|
||||
Ascent(target_orbit, turn_start, profile, 3).
|
||||
|
||||
SET V0 TO GETVOICE(0).
|
||||
V0:PLAY( NOTE(400, 2.5) ).
|
||||
|
||||
CORE:PART:GETMODULE("kOSProcessor"):DOEVENT("Close Terminal").
|
||||
SHUTDOWN.
|
||||
}
|
||||
Reference in New Issue
Block a user