home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April B / Pcwk4b98.iso / Gry / DARKREIG / Data / Dark / SCENARIO / Fixed / T4 / T48.END < prev    next >
Text File  |  1997-10-28  |  457b  |  28 lines

  1.  
  2. ;
  3. ; AI Conditional FSM for team 1
  4. ;
  5. DefineEndCondTree(0)
  6. {
  7. ;
  8. ; Conditional State #1
  9. ;
  10.   DefineCondState()
  11.   {
  12.     DefineCondition(0 0 0 0 You_Idiot!)
  13.     {
  14.       CritOR()
  15.       {
  16.         CritDestroyBuilding()
  17.         {
  18.           28997  ; the headquarters (don't sell it, you fool!)
  19.         }
  20.         CritDestroyBuilding()
  21.         {
  22.           31835  ; the power plant
  23.         }
  24.       }
  25.     }
  26.     SetAlliance(1 1 1 1 1 1 1 1)
  27.   }
  28. }