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

  1. ;
  2. ; AI Conditional FSM for team 1
  3. ;
  4. DefineEndCondTree(0)
  5. {
  6. ;
  7. ; Conditional State #1
  8. ;
  9.   DefineCondState()
  10.   {
  11.     DefineCondition(0 0 0 50 "")
  12.     {
  13.     CritHaveCredits(200000)
  14.     }
  15.    
  16.   }
  17. ;
  18. ; Conditional State #2
  19. ;
  20.   DefineCondState()
  21.   {
  22.     DefineCondition(3 0 0 50 "")
  23.     {
  24.     CritTimer(500)
  25.     }
  26.   
  27.     DefineCondition(0 0 0 50 "")
  28.     {
  29.     CritHaveCredits(200000)
  30.     }
  31.     TriggerMessage(gvt3aol5)
  32.   }
  33. ;
  34. ; Conditional State #2
  35. ;
  36.   DefineCondState()
  37.   {
  38.     DefineCondition(0 0 0 50 "")
  39.     {
  40.     CritTimer(50)
  41.     }
  42.   
  43.  DefineCondition(0 0 0 50 "")
  44.     {
  45.     CritHaveCredits(200000)
  46.     } 
  47.  }
  48. }