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

  1. ;
  2. ;  Conditional FSM for team 0
  3. ;
  4. DefineEndCondTree(0)
  5. {
  6. ;
  7. ; Conditional State #1
  8. ;
  9.   DefineCondState()
  10.   {
  11.     DefineCondition(2 0 0 50 "c1to2.txt")
  12.     {
  13.       CritDestroyUnit() 
  14.       {
  15.         0 2 6 8 10 12 14 16
  16.       }
  17.     }
  18.     DefineCondition(2 0 0 50 "c1to2.txt")
  19.     {
  20.       CritHaveCredits (50000)
  21.     }
  22.   }
  23.  
  24. ; Conditional State 2
  25. ; the first instructional state
  26.   DefineCondState()
  27.   {
  28.     ; instantly go to the win state
  29.     DefineCondition(0 0 0 0 "wait0")
  30.     {
  31.       CritTimer(200)
  32.     }
  33.  
  34.     ; play the first sound
  35.     TriggerMessage(fail0)
  36.   }
  37. }