Automatically install rocket program once a connection is available.

This commit is contained in:
Anna Rose 2021-08-29 20:48:54 -04:00
parent e464fe099e
commit c3bfd4c650

View File

@ -24,7 +24,10 @@ function SolarPanels {
} }
wait until SHIP:UNPACKED. wait until SHIP:UNPACKED.
wait 5.0. wait 2.0.
Antennas(). Antennas().
SolarPanels(). SolarPanels().
CORE:PART:GETMODULE("kOSProcessor"):DOEVENT("Open Terminal").
wait until CONTROLCONNECTION:ISCONNECTED.
switch to 0.
RunPath("/reinstall").