8cf0067702
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3458 127b21dd-08f5-0310-b4b7-95ae10353056
25 lines
411 B
Plaintext
25 lines
411 B
Plaintext
{
|
|
GLOBAL =
|
|
{
|
|
UPDATE =
|
|
(
|
|
"disengageAutopilot",
|
|
"pauseAI: 2"
|
|
);
|
|
};
|
|
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",
|
|
"setStateTo: GLOBAL"
|
|
);
|
|
};
|
|
}
|