Difference between revisions of "DumbAI"

From Elite Wiki
 
m
Line 4: Line 4:
 
GLOBAL = {ENTER = ("performTumble"); EXIT = (); UPDATE = (); };
 
GLOBAL = {ENTER = ("performTumble"); EXIT = (); UPDATE = (); };
 
}
 
}
  +
  +
== [[BACK|AI]] ==

Revision as of 22:43, 23 January 2006

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

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

AI