home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April B / Pcwk4b98.iso / Gry / DARKREIG / Data / Dark / SCENARIO / Fixed / T1 / train1.fsm < prev    next >
Text File  |  1997-10-28  |  278b  |  19 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(100000)
  14.     }
  15.     SetAIPFile(train1.aip)
  16.     SetAlliance( 0 2 1 1 1 1 1 1 )
  17.   }
  18. }
  19.