;
; Events for The Egyptian Empire scenario
;
;

@BEGINEVENTS

@IF
SCENARIOLOADED
@THEN
PLAYCDTRACK
2
@ENDIF

@IF
Citytaken
city=Babylon
attacker=Assyrians
defender=Hittites
@THEN
Text
Babylon captured by the Assyrians! Elite Hittite horsemen
join Assyrian army.
EndText
CreateUnit
unit=Dragoons
owner=Assyrians
veteran=false
homecity=Babylon
locations
44,34
endlocations
@ENDIF

@IF
CityTaken
city=Thebes
attacker=Cush
defender=Egyptians
@THEN
CreateUnit
unit=Phalanx
owner=Cush
veteran=true
homecity=Thebes
locations
16,66
endlocations
@ENDIF
@ENDEVENTS
