Compare commits
2 Commits
27e5151c37
...
b636d4baa2
Author | SHA1 | Date |
---|---|---|
|
b636d4baa2 | |
|
33605477bd |
|
@ -16,8 +16,8 @@ FUNCTION NOTIFY {
|
|||
}
|
||||
|
||||
// This section from latest docs.
|
||||
wait until ship:unpacked.
|
||||
clearscreen.
|
||||
WAIT UNTIL ship:unpacked.
|
||||
CLEARSCREEN.
|
||||
|
||||
NOTIFY("Boot sequence complete, prepare to load and compile the flight scripts.").
|
||||
|
||||
|
@ -31,8 +31,7 @@ NOTIFY("Program compiled and ready to run.").
|
|||
|
||||
IF ALT:RADAR < 100 { // If our radar alt is lower than 10
|
||||
WAIT 5.
|
||||
run ascent.ks. // Run the ascent stage!
|
||||
RUN ascent.ks. // Run the ascent stage!
|
||||
} else {
|
||||
NOTIFY("System booted but did not pass pre-flight checks, aborting excecution!").
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue