Events for the "Four Warring Monarchs" Scenario
by Chris Yoder 

@BEGINEVENTS
@DEBUG

@IF
CITYTAKEN
city=Lahore
attacker=anybody
defender=barbarians
@THEN
TEXT
The fortress of Lahore leaves Barbarian hands. Inhabitants rejoice!
ENDTEXT
PLAYCDTRACK
3
@ENDIF

@IF 
CITYTAKEN
city=Rome
attacker=anybody
defender=Romans
@THEN
TEXT
Roman swordsmen mobilize in the countryside near Rome!
ENDTEXT
CREATEUNIT
unit=swordsmen
owner=Romans
veteran=false
homecity=none
locations
73,49
71,49
71,51
73,51
endlocations
@ENDIF

@IF
CITYTAKEN
city=Zimbabwe
attacker=anybody
defender=Zulus
@THEN
TEXT
Zulu bowmen drill in the field near Zimbabwe to reclaim their capital!
ENDTEXT
CREATEUNIT
unit=bowmen
owner=Zulus
veteran=false
homecity=none
locations
92,84
92,86
92,83
91,85
endlocations
@ENDIF

@IF
CITYTAKEN
city=Paris
attacker=anybody
defender=French
@THEN
TEXT
Angry French patriots make a stand near Paris!
ENDTEXT
CREATEUNIT
unit=Axmen
owner=French
veteran=false
homecity=none
locations
86,70
84,70
84,68
86,68
endlocations
@ENDIF

@IF
CITYTAKEN
city=Delhi
attacker=anybody
defender=Indians
@THEN
TEXT
Indians citizens revolt at the loss of their capital!
ENDTEXT
CREATEUNIT
unit=swordsmen
owner=Indians
veteran=false
homecity=none
locations
94,28
93,29
94,30
95,31
endlocations
@ENDIF

@IF
NOSCHISM
defender=anybody
@THEN
@ENDIF


