Difference between revisions of "HomeAI"
From Elite Wiki
(No difference)
|
Revision as of 00:21, 24 January 2006
Simple one-state AI, will land any craft on the nearest planet.
Will exit once landed.
{
GLOBAL = {
"DESIRED_RANGE_ACHIEVED" = (landOnPlanet);
ENTER = (setCourseToPlanet, performFlyToRangeFromDestination);
EXIT = ();
UPDATE = (); };
}