Difference between revisions of "DumbAI"

From Elite Wiki
(No difference)

Revision as of 21:43, 23 January 2006

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

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