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

  1. DefineEndCondTree( 0 )
  2. {
  3.   ; State 1 waits for the player to get to the obelisk 
  4.   DefineCondState()
  5.   {
  6.     DefineCondition( 2 0 0 0 FileName )
  7.     {
  8.       CritTeamInRegion( 40032 0 )
  9.       ;; Criteria
  10.     }
  11.     ;; State_Actions
  12.   }
  13.  
  14.   ; State 2 waits the appropriate ammount of time 
  15.   DefineCondState()
  16.   {
  17.     DefineCondition( 3 0 0 0 FileName )
  18.     {
  19.       CritTimer( 303 )
  20.       ;; Criteria
  21.     }
  22.     ;; State_Actions
  23.   }
  24.  
  25.   ; State 3 allies with the player 
  26.   DefineCondState()
  27.   {
  28.     SetAlliance( 2 1 1 2 1 1 1 1 )
  29.     ;; State_Actions
  30.   }
  31.  
  32.   ;; State
  33. }
  34.