I can't figure it out. I'm having trouble with my citytaken triggered events. The only one that works is Antwerpen. Heres what my city taken events look like.
I've experimented around with changing attacker and defender into "anybodies" but I've had no luck with that. The Report.txt couldn't find anything wrong with events either...
@IF
CityTaken
city=Liége
attacker=Germans
defender=Allies
@THEN
Text
^German fallschirmjäger are trooped into Belgium and capture the key
^bridges intact. A succesful drop is made on the heaviest Belgian fort, ^Eben Emael, leaving the frontier open for the Panzer divisions.
endtext
@AND
justonce
@ENDIF
@IF
CityTaken
city=Antwerpen
attacker=Anybody
defender=Anybody
@THEN
Text
^The Germans take Antwerp, cutting off Allied forces still in Belgium. endtext
@AND
justonce
@ENDIF
@IF
CityTaken
city=Rotterdam
attacker=Germans
defender=Allies
@THEN
Text
^After withstanding the German onslaught for several days, Rotterdam
^finally falls. The city is even bombed to rubble while talks of peace
^are in progress.
endtext
@AND
justonce
@ENDIF
@IF
CityTaken
city=Dunkerque
attacker=Anybody
defender=Anybody
@THEN
Text
^The British Expeditionary Force is saved from complete annihilation
^by the mere mistake Hitler made of ordering back his tanks. The British
^forces are carried across the channel by a fleet consisting of every
^ship available to them. The French army is routed and Paris lies open.
endtext
CreateUnit
owner=Allies
unit=British Division
Count=10
veteran=yes
homecity=None
locations
18,46
endlocations
PlayWaveFile
Fall.wav
@AND
justonce
@ENDIF
@IF
CityTaken
city=Strasbourg
attacker=Anybody
defender=Anybody
@THEN
TEXT
^The French provinces of Alsace and Lorraine are annexed into Greater
^Germany.
endtext
@AND
justonce
@ENDIF
@IF
CityTaken
city=Paris
attacker=Anybody
defender=Allies
@THEN
TEXT
^The German blitz has reached Paris in only six weeks since the
operation's start. French forces are in a full retreat and a new
French cabinet is formed under Marshal Pétain. An armistice is signed
in which Germany gains occupational rights to two-thirds of France.
endtext
PlayAVIFile
GWin.avi
PlayWaveFile
defeat.wav
@AND
justonce
@ENDIF
CityTaken
city=Liége
attacker=Germans
defender=Allies
@THEN
Text
^German fallschirmjäger are trooped into Belgium and capture the key
^bridges intact. A succesful drop is made on the heaviest Belgian fort, ^Eben Emael, leaving the frontier open for the Panzer divisions.
endtext
@AND
justonce
@ENDIF
@IF
CityTaken
city=Antwerpen
attacker=Anybody
defender=Anybody
@THEN
Text
^The Germans take Antwerp, cutting off Allied forces still in Belgium. endtext
@AND
justonce
@ENDIF
@IF
CityTaken
city=Rotterdam
attacker=Germans
defender=Allies
@THEN
Text
^After withstanding the German onslaught for several days, Rotterdam
^finally falls. The city is even bombed to rubble while talks of peace
^are in progress.
endtext
@AND
justonce
@ENDIF
@IF
CityTaken
city=Dunkerque
attacker=Anybody
defender=Anybody
@THEN
Text
^The British Expeditionary Force is saved from complete annihilation
^by the mere mistake Hitler made of ordering back his tanks. The British
^forces are carried across the channel by a fleet consisting of every
^ship available to them. The French army is routed and Paris lies open.
endtext
CreateUnit
owner=Allies
unit=British Division
Count=10
veteran=yes
homecity=None
locations
18,46
endlocations
PlayWaveFile
Fall.wav
@AND
justonce
@ENDIF
@IF
CityTaken
city=Strasbourg
attacker=Anybody
defender=Anybody
@THEN
TEXT
^The French provinces of Alsace and Lorraine are annexed into Greater
^Germany.
endtext
@AND
justonce
@ENDIF
@IF
CityTaken
city=Paris
attacker=Anybody
defender=Allies
@THEN
TEXT
^The German blitz has reached Paris in only six weeks since the
operation's start. French forces are in a full retreat and a new
French cabinet is formed under Marshal Pétain. An armistice is signed
in which Germany gains occupational rights to two-thirds of France.
endtext
PlayAVIFile
GWin.avi
PlayWaveFile
defeat.wav
@AND
justonce
@ENDIF
Comment