home *** CD-ROM | disk | FTP | other *** search
/ Gambler 33 A / GAMBLERCD33A.BIN / Demos / CIVILCTP / setup / data / civdemo.ctp / ctp_data / default / aidata / mainSciMany.fli < prev    next >
Text File  |  1999-06-23  |  977b  |  30 lines

  1.  
  2. // aha! you discovered the secret, secret AI rules.  The rules are all in text.
  3.  
  4. // The rules are loaded by the standard AI dll at runtime.  This AI works by 
  5. // calculating the cost and benifit of the various actions it can take.   Then it
  6. // does the action that it thinks costs the least and gets the most benifit.
  7. // The fli rules set coefficients in the cost/benifit calculations
  8. // changing what the AI thinks is 'good'.
  9.  
  10. // Activsion is not resposible for anything that results from
  11. // altering these or any other files, data or system, or from using
  12. // non-standard non-Activision issued files.
  13.  
  14. // Not even if your computer explodes into a smoking pile of scorched plastic
  15.  
  16. //                                                        tweaker 7/15/98
  17.  
  18. //run once at load time
  19. #include "init.fli" 
  20.  
  21. // run at the begining of a turn
  22. #include "beginturnSciMany.fli"
  23.  
  24. // run per diplomatic message
  25. #include "diplomacypeaceloyal.fli"
  26.  
  27. //run at the end of a turn 
  28. #include "endturn.fli"
  29.  
  30.