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

  1. DefineEndCondTree( 0 )
  2. {
  3.   ; State 1 this checks to see if the player should lose 
  4.   DefineCondState()
  5.   {
  6.     DefineCondition( 0 0 0 0 "You_lose" )
  7.     {
  8.       CritHaveCredits( 100000 )
  9.       ;; Criteria
  10.     }
  11.     ;; State_Actions
  12.   }
  13.  
  14.   ;; State
  15. }
  16.