Open the terminal on boot!

This commit is contained in:
2021-04-09 14:47:51 -04:00
parent b2eb0188ea
commit 8bde14b93c
2 changed files with 8 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ FUNCTION NOTIFY {
WAIT UNTIL ship:unpacked.
CLEARSCREEN.
// This line from CheersKevin on youtube
core:part:getmodule("kOSProcessor"):doevent("Open Terminal"). // Open the terminal on boot!
NOTIFY("Boot sequence complete, prepare to load and compile the flight scripts.").
IF true { // Set this to false to avoid compiling ascent code.