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

  1. DefineEndCondTree( 0 )
  2. {
  3.   ; State 1 this state waits for the player to get to the guard tower by the river 
  4.   DefineCondState()
  5.   {
  6.     DefineCondition( 2 0 0 0 "state_2"  )
  7.     {
  8.       CritMoveUnitsToRegion( 3076 3 )
  9.       {
  10.         2968 
  11.         2966 
  12.         2964 
  13.         ;; Unit_ID
  14.       }
  15.       ;; Criteria
  16.     }
  17.     ;; State_Actions
  18.   }
  19.  
  20.   ; State 2 this state makes team 3 ally with the player 
  21.   DefineCondState()
  22.   {
  23.     SetAlliance( 2 1 1 2 1 1 1 1 )
  24.     ;; State_Actions
  25.   }
  26.  
  27.   ;; State
  28. }
  29.