;
; Events text for Homer scenario
; By Allard H.S. Hfelt
; For Civilization 2.62 or higher
;

@DEBUG

@BEGINEVENTS

@IF
SCENARIOLOADED
@THEN
PLAYCDTRACK
3
@ENDIF

@IF
NOSCHISM
DEFENDER=anybody 
@THEN
 
@ENDIF

@IF
TURN
turn=2
@THEN
TEXT
^Minos' Palace at Knossos is destroyed! Minos himself is dead and
 Crete is struggling to prevent a Civil War. Deucalion has taken
 the power of the still mighty Crete.
^All other powers are watching, waiting to attack when they can.
ENDTEXT
@ENDIF

@IF
TURN
turn=2
@THEN
CREATEUNIT
owner=Barbarians
unit=Barbarian
veteran=true
homecity=none
locations
28,107
29,106
28,106
29,107
endlocations

TEXT
^Barbarian uprising in Crete
ENDTEXT
@ENDIF

@IF
TURN
turn=5
@THEN
CREATEUNIT
owner=Barbarians
unit=Barbarian
veteran=true
homecity=none
locations
36,108
37,108
36,107
37,107
endlocations

TEXT
^Barbarian uprising in Crete
ENDTEXT
@ENDIF

@IF
TURN
turn=7
@THEN
CREATEUNIT
owner=Aiolians
unit=Lithoboulos
veteran=true
homecity=none
locations
20,71
21,72
21,73
22,74
22,75
endlocations

TEXT
^Aiolian reinforcements secretly land near Troy.
ENDTEXT
@ENDIF

@IF
TURN
turn=3
@THEN
CREATEUNIT
owner=Mycenians
unit=Hoplites
veteran=true
homecity=Mykenai
locations
44,74
42,72
43,73
45,75
endlocations

TEXT
^Mycenian reinforcements ready near Myknai
ENDTEXT
@ENDIF

@IF
RandomTurn
denominator=10
@THEN
CREATEUNIT
owner=Barbarians
unit=Barbarian
veteran=true
homecity=none
locations
36,108
37,108
36,107
37,107
endlocations

TEXT
^Barbarian uprising in Crete
ENDTEXT
@ENDIF

@IF
NEGOTIATION
talker=Cretans
talkertype=humanorcomputer
listener=Trojans
listenertype=humanorcomputer
@THEN

@ENDIF

@IF
NEGOTIATION
talker=Cretans
talkertype=humanorcomputer
listener=Mycenians
listenertype=humanorcomputer
@THEN

@ENDIF


@ENDEVENTS
