;
; Events text for Age Of Napoleon Scenario
; Copyright(c) 1996, MicroProse Studios Inc.
;
;

@BEGINEVENTS

@IF
SCENARIOLOADED
@THEN
PLAYCDTRACK
3
@ENDIF

@IF
NOSCHISM
DEFENDER=anybody 
@THEN
 
@ENDIF

@IF
TURN
turn=1  
@THEN
TEXT
^The French has ocupied
belgicia. Romes Emperior Nepos
has bein killed by a Vanal.
His son Rommullus August have been 
new emperior
ENDTEXT
@ENDIF

@IF
TURN
turn=2
@THEN
TEXT
^The Hun civillisation is destroyed
Attila is killed.
ENDTEXT
@ENDIF

@IF
TURN
turn=10
@THEN
TEXT
^The City of Cartage has been raided  
by the byzantine.
ENDTEXT
@ENDIF

@IF
TURN
turn=25 
@THEN
TEXT
^The Byzantines conquer
the Vandal territory of Spain
ENDTEXT
@ENDIF

@IF
TURN
turn=26
@THEN
TEXT
^The Romans has been tierd of the Germanics who
invade Italy. In this year the Romans make
civildisorder. The Byzanties finaly conquer Carthage
ENDTEXT
@ENDIF

@IF
TURN
turn=35 
@THEN
TEXT
^The Persians are angry on the Byzantines and start war.
ENDTEXT
@ENDIF

@IF
TURN
turn=32
@THEN
CREATEUNIT
unit=Odovokar
owner=Germanic
veteran=true
homecity=none
locations
44,52
endlocations
@ENDIF

@IF
TURN
TURN=62 
@THEN
CREATEUNIT
unit=Nepos
owner=Romans
veteran=false
homecity=Rome
locations
41,53
endlocations
@ENDIF

@IF
UNITKILLED
unit=Romulus august
attacker=anybody
defender=anybody
@THEN
TEXT 
^Rommulus August has been abictated by the Germanic General
Odovokar. Odovokar send him vith alot of cash to Rome
but the Romans are still fiting against the Germanics.
The Vandals has looses the city of Malaga.
ENDTEXT
@ENDIF

@IF
UNITKILLED
unit=Huneric
attacker=anybody
defender=anybody
@THEN
TEXT 
^The Vandal Ciftian Huneric gives up in a battle.
And beein send in a prison in constantinople.
He is trying to escape. But when he flees
hes been killed by a wrang.guard.
ENDTEXT
@ENDIF

@IF
UNITKILLED
unit=Mherorver
attacker=anybody
defender=anybody
@THEN
TEXT 
^Mherorver dies. But the mherovings
still help the Germanics with his conquest.
ENDTEXT
@ENDIF   

 
@ENDEVENTS
