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

  1. DefineEndCondTree( 0 )
  2. {
  3.   ; State 1 this state waits for the player to begin the terrain test 
  4.   DefineCondState()
  5.   {
  6.     DefineCondition( 2 0 0 0 "state_2"  )
  7.     {
  8.       CritAND()
  9.       {
  10.         CritHaveCredits( 100000 )
  11.         CritTeamInRegion( 3081 0 )
  12.         ;; Criteria
  13.       }
  14.       ;; Criteria
  15.     }
  16.     ;; State_Actions
  17.   }
  18.  
  19.   ; State 2 this state makes team 3 ally with the player 
  20.   DefineCondState()
  21.   {
  22.     SetAlliance( 2 1 2 1 1 1 1 1 )
  23.     ;; State_Actions
  24.   }
  25.  
  26.   ;; State
  27. }
  28.