@BEGINEVENTS

@IF
TURN
turn=1
@THEN
TEXT
"TORA!TORA!TORA!" The attack on Pearl harbour begins and the Japanese enter the war
ENDTEXT
MAKEAGGRESSION
who=Japanese
whom=Americans
@ENDIF

@IF
TURN
turn=1
@THEN
MAKEAGGRESSION
who=Japanese
whom=British Empire + Allies
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=72
receiver=Germans
@THEN
MAKEAGGRESSION
who=British Empire + Allies
whom=Germans
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=72
receiver=Japanese
@THEN
MAKEAGGRESSION
who=Americans
whom=Japanese
@ENDIF

@IF
CITYTAKEN
city=Stalingrad
attacker=Germans
defender=Russians
@THEN
TEXT
Stalingrad falls, but Stalin still shows no signs of asking the Germans for peace
ENDTEXT
@ENDIF

@IF
CITYTAKEN
city=Moscow
attacker=Germans
defender=Russians
@THEN
TEXT
The Germans march into Moscow. Stalin vows to crush his hated foe.
ENDTEXT
@ENDIF

@IF
CITYTAKEN
city=London
attacker=Germans
defender=British Empire + Allies
@THEN
TEXT
Well, Well. Look what you've done. The British may have lost their capital but they are 
determined to beat the Germans yet.
ENDTEXT
@ENDIF

@IF
UNITKILLED
unit=Nuclear Missil
attacker=ANYBODY
defender=Americans
@THEN
TEXT
The Americans launch their first nuclear attack. Does this mean the war is over?
ENDTEXT
@ENDIF

@IF
NOSCHISM
defender=ANYBODY
@THEN
@ENDIF

@IF
RANDOMTURN
denominator=5
@THEN
TEXT
New Home Guard volunteer for service in London
ENDTEXT
CREATEUNIT
unit=Riflemen
owner=British Empire + Allies
veteran=no
homecity=London
locations
73,27
endlocations
@ENDIF

@ENDEVENTS
