init
This commit is contained in:
17
lib.ks
Normal file
17
lib.ks
Normal file
@@ -0,0 +1,17 @@
|
||||
global function include {
|
||||
parameter srcpath.
|
||||
print "Loading " + srcpath + "...".
|
||||
copypath("0:/" + srcpath, "1:/" + srcpath).
|
||||
runpath("1:/" + srcpath).
|
||||
}
|
||||
|
||||
global function pause {
|
||||
parameter msg.
|
||||
print msg.
|
||||
wait until terminal:input:getchar() = terminal:input:enter.
|
||||
}
|
||||
|
||||
global function release {
|
||||
unlock steering.
|
||||
unlock throttle.
|
||||
}
|
||||
Reference in New Issue
Block a user