			EVENTS FOR THE MEXICAN WAR SCENARIO
			by Chris Yoder 

I wanted to make this file contain more but couldn't. It kept giving me
screwed up events. 


@BEGINEVENTS
@IF
NEGOTIATION
talker=anybody
talkertype=humanorcomputer
listener=anybody
listenertype=humanorcomputer
@THEN
@ENDIF

@IF
TURN
turn=1
@THEN
TEXT
American blood was shed by the Mexicans! Polk declares this "an outrage which
requires action," and so the peace between America and Mexico is dissolved.
ENDTEXT
MAKEAGGRESSION
who=Mexicans
whom=Americans
@ENDIF

@IF
UNITKILLED
unit=Santa Anna
attacker=Americans
defender=Mexicans
@THEN
TEXT
The Americans have finally defeated Santa Anna. Even though the general 
and president of the Mexican Republic lies at rest, the Mexicans decide
to continue the war.
ENDTEXT
PLAYWAVEFILE
funeral.wav
@ENDIF
@IF
UNITKILLED
unit=Santa Anna
attacker=Mexicans
defender=Americans
@THEN
TEXT
The Mexicans have killed General Scott! The Americans mourn his death.
ENDTEXT
PLAYWAVEFILE
funeral.wav
@ENDIF
@IF
CITYTAKEN
city=Cerro Gordo
attacker=Americans
defender=Mexicans
@THEN
JUSTONCE
TEXT
Cerro Gordo Pass falls to the American Army. Santa Anna raises an army of 
volunteers to intercept the Americans before they reach Mexico City.
ENDTEXT
CREATEUNIT
unit=M Infantry
owner=Mexicans
veteran=false
homecity=none
locations
54,42
53,43
54,44
endlocations
CREATEUNIT
unit=M Infantry
owner=Mexicans
veteran=false
homecity=none
locations
54,42
53,43
54,44
endlocations
CREATEUNIT
unit=M Infantry
owner=Mexicans
veteran=false
homecity=none
locations
54,42
53,43
54,44
endlocations
@ENDIF
@ENDEVENTS