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

  1. ;
  2. ; AI Conditional FSM for team 1
  3. ;
  4. DefineAICondTree()
  5. {
  6. ;
  7. ; Conditional State #1
  8. ;
  9.   DefineCondState()
  10.   {
  11.     DefineCondition(1 0 0 50 "c1to2.txt")
  12.     {
  13.       CritTimer (10000)
  14.     }
  15.   
  16.    SetAIPFile(T2.aip)
  17.  }
  18. }