Files
ksp-kos-scripts/boot/boot.ks
T

7 lines
145 B
Plaintext

wait until ship:unpacked.
if addons:RT:hasKSCConnection(ship) {
runPath("0:/scripts/basic.ks").
} else {
print "No connection to the KSC".
}