46c40ec186
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3308 127b21dd-08f5-0310-b4b7-95ae10353056
27 lines
396 B
Plaintext
27 lines
396 B
Plaintext
{
|
|
BEGIN_DOCKING =
|
|
{
|
|
ENTER =
|
|
(
|
|
"setAITo: dockingAI.plist"
|
|
);
|
|
RESTARTED =
|
|
(
|
|
/* We get here if docking failed (for instance, if the station
|
|
disappeared or turned out not to have a docking slit).
|
|
*/
|
|
"dropMessages: DOCKING_ABORTED",
|
|
"setSpeedFactorTo: 0",
|
|
"disengageAutopilot"
|
|
);
|
|
};
|
|
GLOBAL =
|
|
{
|
|
UPDATE =
|
|
(
|
|
"disengageAutopilot",
|
|
"pauseAI: 60"
|
|
);
|
|
};
|
|
}
|