DumbAI

From Elite Wiki
Revision as of 21:43, 23 January 2006 by Arexack (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

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