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

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