;
; Events text for World War I Scenario
; Copyright(c) 1996, MicroProse Studios Inc.
;
;

@BEGINEVENTS

@IF
SCENARIOLOADED
@THEN
PLAYCDTRACK
13
DONTPLAYWONDERS
@ENDIF

@IF
NOSCHISM
DEFENDER=anybody 
@THEN
 
@ENDIF

@IF
TURN
turn=1 
@THEN
TEXT
^America announces the opening of the Panama Canal.
ENDTEXT
@ENDIF

@IF
TURN
turn=2
@THEN
TEXT
^Albert Einstein has been appointed Director of the Institute of Physics in Berlin.
ENDTEXT
@ENDIF

@IF
TURN
turn=17
@THEN
TEXT
^General "Blackjack" Pershing continues chasing Pancho Villa all over Northern Mexico.
ENDTEXT
@ENDIF

@IF
TURN
turn=19
@THEN
TEXT
^The U.S. National Park Service forms.
ENDTEXT
@ENDIF

@IF
TURN
turn=20
@THEN
TEXT
^D.W. Griffith releases "The Birth of a Nation", one of the most
 attended and most controversial movies ever made.
ENDTEXT
@ENDIF

@IF
TURN
turn=21
@THEN
TEXT
^Irish uprising in Dublin on Easter day sparks the revolt that will
 eventually lead to the creation of the Irish Free State. 
ENDTEXT
@ENDIF

@IF
TURN
turn=29
@THEN
TEXT
^The Balfour Declaration is announced, promising Jews a new homeland in Palestine.
^Palestinians, as well as the other Arab powers, are enraged.
ENDTEXT
@ENDIF

@IF
TURN
turn=30
@THEN
TEXT
^The Trans-Australian railroad, over 1000 miles long, is completed.
ENDTEXT
@ENDIF

@IF
TURN
turn=63
@THEN
TEXT
^Cincinnati beats the Chicago White Sox in the World Series, 5 games to 3.
^Rumors abound of fixed games.
ENDTEXT
@ENDIF

@IF
TURN
turn=64
@THEN
TEXT
^The rumors prove true! The Black Sox scandal shocks a nation.
ENDTEXT
@ENDIF

@IF
NEGOTIATION
talker=Central Powers
talkertype=humanorcomputer
listener=French
listenertype=humanorcomputer
@THEN
 
@ENDIF

@IF
NEGOTIATION
talker=French
talkertype=humanorcomputer
listener=Central Powers
listenertype=humanorcomputer
@THEN
 
@ENDIF

@ENDEVENTS