DumbAI

From Elite Wiki
Revision as of 20:03, 11 July 2006 by Aegidian (talk | contribs) (correction)

The most simple AIscript, only the mandatory GLOBAL state, only one action then it does nothing forever.

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

BACK