DumbAI

From Elite Wiki
Revision as of 15:48, 11 July 2006 by Winston (talk | contribs)

The most simple AIscript, only the mandatory GLOBAL state, only one action repeated into eternity.

{
   GLOBAL = {ENTER = ("performTumble"); EXIT = (); UPDATE = (); }; 
}

BACK