home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April B / Pcwk4b98.iso / Gry / DARKREIG / Data / Dark / SCENARIO / Fixed / T3 / T3c2.end < prev    next >
Text File  |  1997-10-28  |  349b  |  18 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 50 "c1to2.txt")
  7.     {
  8.       CritHaveCredits (50000)
  9.     }
  10.   }
  11.  
  12.   ; State 2 this state makes team 3 ally with the player 
  13.   DefineCondState()
  14.   {
  15.     SetAlliance( 2 1 2 1 1 1 1 1 )
  16.   }
  17. }
  18.