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

  1. //////////////////////////////////////////////
  2. //////// BEGIN TURN DIPLOMACY ////////////////
  3. //////////////////////////////////////////////    
  4.  
  5. fuzzy_begin_diplomacy {
  6.  
  7. //#include "diplomacy_begin.fli"
  8. }
  9.  
  10. //////////////////////////////////////////////
  11. //////// PRE INCOMING DIPLOMACY //////////////
  12. //////////////////////////////////////////////    
  13.  
  14. fuzzy_pre_incoming_diplomacy diplomacy_label { 
  15. // this determines whether or not AI accepts messages
  16.  
  17. //#include "diplomacy_pre_incoming.fli"
  18. }
  19.  
  20. //end fuzzy_pre_incoming_diplomacy diplomacy_label
  21.  
  22. //////////////////////////////////////
  23. //BEGIN FUZZY_PRE_OUTGOING_DIPLOMACY//
  24. //////////////////////////////////////
  25.  
  26. fuzzy_pre_outgoing_diplomacy {
  27.  
  28. //#include "diplomacy_pre_outgoing.fli"
  29.  
  30. }
  31. //end fuzzy_pre_outgoing_diplomacy
  32.  
  33.  
  34. ////////////////////////////////
  35. //BEGIN FUZZY_REJECTED_MESSAGE//
  36. ////////////////////////////////
  37.  
  38. fuzzy_rejected_message {
  39.  
  40. //#include "diplomacy_rejected.fli"
  41.  
  42. }
  43. //end fuzzy rejected message
  44.  
  45.  
  46. ////////////////////////////////
  47. //BEGIN FUZZY_ACCEPTED_MESSAGE//
  48. ////////////////////////////////
  49.  
  50. fuzzy_accepted_message {
  51.  
  52. //#include "diplomacy_accepted.fli"
  53.  
  54. }
  55. //end fuzzy_accepted_message
  56.  
  57. //END DIPLOMACY.FLI
  58.  
  59.