;
; Events text for The Fall of Arafel Scenario
; Copyright(c) 1996, Roy Chrisley
;
;

@BEGINEVENTS

@IF
ScenarioLoaded
@THEN
PlayCDTrack
17
@ENDIF

@IF
CityTaken
city=Arafel
attacker=Barbarians
defender=Anybody
@THEN
Text
^The Beloved City of Arafel has finally fallen into the hands of the
 fanatic barbarians!  Hopefully, you will be able to rebuild your
 civilization from the remains of its glory.  Maybe you can even one 
 day reclaim it.  Woe to your fellow citizens who are now under constant
 tyranical rule.
EndText
PlayCDTrack
2
@ENDIF

@IF
CityTaken
city=Arafel
attacker=Anybody
defender=Barbarians
@THEN
Text
^You have finally retaken the ancient city of Arafel.  Will you retire 
 now and sit in splendor in your reclaimed city or will you continue 
 and destroy the last Barbarian hordes andd force the remaining survivors
 to acknoledge you as the one true Emperor?  The choice is yours, my 
 friend.
EndText
PlayCDTrack
13
@ENDIF

@ENDEVENTS 

