7 lines
337 B
Plaintext
7 lines
337 B
Plaintext
// A general abort script that prepares kOS to give up control of the rocket, and excecute the abort script.
|
|
|
|
PRINT "Program tried to abort but we dident write code to do that!".
|
|
|
|
LOCK THROTTLE TO 0. // Throttle back
|
|
SET SHIP:CONTROL:PILOTMAINTHROTTLE TO 0. // Protects the throttle from "jumping" when we hand control back to the pilot
|