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

  1. ;
  2. ; AI Conditional FSM for team 2
  3. ;
  4. DefineEndCondTree(0)
  5. {
  6.  
  7. ; state 1
  8.   DefineCondState()
  9.   {
  10.     DefineCondition(2 0 0 0 release)
  11.         {
  12.           CritTeamInRegion(15112 0) 
  13.         }
  14.   }
  15. ; state 2
  16.   DefineCondState()
  17.   {
  18.     
  19.      DefineCondition(2 0 0 0 nothing)
  20.         {
  21.           CritTimer(1000000) 
  22.         }
  23.    ReleaseSpecialForces(606)
  24.    }
  25. }