This nearly mostly works!

This commit is contained in:
2021-04-11 22:22:06 -04:00
parent 88250d0170
commit 6b5b88286b
4 changed files with 58 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
// 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