Okay, so I've decided to try my hand at making new events. Playing as Mexico, it's supposed to give me cores on California, Arizona, New Mexico, Nevada, Utah, and Texas if I'm at war with the United States, but it doesn't do so. Any help?
Code:
event = {
id = 102
random = no
country = MEX
trigger = {
war = { country = MEX country = USA }
}
name = "Mexifest Destiny!"
desc = "After the beginning of hostilities with the United States, Mexico issued a proclamation, entitled Mexifest Destiny, that stated it intended to take back all of its territorial holdings the United States had stolen from them over the years -- California, Nevada, Utah, Arizona, New Mexico, and Texas."
style = 0
picture = "politician"
date = { day = 0 month = january year = 1936 }
offset = 1
deathdate = { day = 30 month = december year = 1963 }
action_a = {
name = "Okay."
ai_chance = 100
command = { type = addcore which = 715 } #Dallas
command = { type = addcore which = 716 } #Houston
command = { type = addcore which = 717 } #San Antonio
command = { type = addcore which = 718 } #El Paso
command = { type = addcore which = 719 } #Abilene
command = { type = addcore which = 720 } #Amarillo
command = { type = addcore which = 721 } #Lubbock
command = { type = addcore which = 722 } #Roswell
command = { type = addcore which = 723 } #Las Cruces
command = { type = addcore which = 724 } #Albuquerque
command = { type = addcore which = 725 } #Santa Fe
command = { type = addcore which = 726 } #Los Alamos
command = { type = addcore which = 727 } #Silver City
command = { type = addcore which = 728 } #Tucson
command = { type = addcore which = 729 } #Yuma
command = { type = addcore which = 730 } #Phoenix
command = { type = addcore which = 731 } #Delano Park
command = { type = addcore which = 732 } #Provo
command = { type = addcore which = 733 } #Salt Lake City
command = { type = addcore which = 734 } #Las Vegas
command = { type = addcore which = 735 } #Mojave Desert
command = { type = addcore which = 736 } #Imperial Valley
command = { type = addcore which = 746 } #Midland
command = { type = addcore which = 748 } #Corpus Christi
command = { type = addcore which = 761 } #San Diego
command = { type = addcore which = 762 } #Los Angeles
command = { type = addcore which = 763 } #Fresno
command = { type = addcore which = 764 } #Sacramento
command = { type = addcore which = 765 } #San Francisco
command = { type = addcore which = 766 } #Redding
command = { type = addcore which = 767 } #Sierra Nevada
command = { type = addcore which = 768 } #Reno
}
}