home *** CD-ROM | disk | FTP | other *** search
/ CyberStratege 7 / CyberStratege_CD_07.iso / scen / civ2 / antique2 / events.txt < prev    next >
Text File  |  1998-04-22  |  842b  |  47 lines

  1. ;
  2. ; Events text for Alexander the Great Scenario
  3. ; Copyright(c) 1996, MicroProse Studios Inc.
  4. ;
  5. ;
  6.  
  7. @BEGINEVENTS
  8.  
  9. @IF
  10. SCENARIOLOADED
  11. @THEN
  12. PLAYCDTRACK
  13. 3
  14. @ENDIF
  15.  
  16. @IF
  17. UNITKILLED
  18. unit=Companions 
  19. attacker=anybody
  20. defender=anybody
  21. @THEN
  22. TEXT
  23. ^Alexander the Great and his elite Companion Cavalry are defeated in battle. 
  24. ^Alexander dies of his wounds, however his generals vow to carry on.
  25. ^The Macedonian Greeks, are limited to a Marginal Victory.
  26. ENDTEXT
  27. PLAYWAVEFILE
  28. funeral.wav
  29. @ENDIF 
  30.  
  31. @IF
  32. UNITKILLED
  33. unit=Immortals
  34. attacker=anybody
  35. defender=anybody
  36. @THEN
  37. TEXT
  38. ^Darius and his elite bodyguard, the Immortals, are hounded from battle. 
  39. ^Darius is murdered, but his successor vows to carry on.
  40. ^The Persians are limited to a Marginal Victory.
  41. ENDTEXT
  42. PLAYWAVEFILE
  43. funeral.wav
  44. @ENDIF  
  45.  
  46. @ENDEVENTS
  47.