If the US selects option b for this event...
####################################################
# Mexican Expropriations
####################################################
event = {
id = 3182012
random = no
country = USA
# triggered by MEX 602012
name = "Mexican Expropriations"
desc = "In the second round of land reform, Cardenás expropriated the land held by foreign (mainly American) investors. This enraged conservative circles in the United States and added power to the oil industry lobbys proposal to invade Mexico. The Roosevelt administration, having had close ties with Cardenás, refused to consider this and instead only demanded compensation."
style = 0
action_a = {
name = "Ask for compensation"
ai_chance = 99
command = { type = energypool value = 500 }
}
action_b = {
name = "Prepare for War"
ai_chance = 1
command = { type = end_non_aggression which = USA where = MEX }
command = { type = relation which = MEX value -10 }
}
}
How would I write an event that would contain a news message? For example I would want the event to say something along the line of, "America announces military maneuvers on the border with Mexico." And then I would want a corresponding news event for Mexico saying, "Yankees, on the March!" That would fire only if the US chose option b in the above event.
####################################################
# Mexican Expropriations
####################################################
event = {
id = 3182012
random = no
country = USA
# triggered by MEX 602012
name = "Mexican Expropriations"
desc = "In the second round of land reform, Cardenás expropriated the land held by foreign (mainly American) investors. This enraged conservative circles in the United States and added power to the oil industry lobbys proposal to invade Mexico. The Roosevelt administration, having had close ties with Cardenás, refused to consider this and instead only demanded compensation."
style = 0
action_a = {
name = "Ask for compensation"
ai_chance = 99
command = { type = energypool value = 500 }
}
action_b = {
name = "Prepare for War"
ai_chance = 1
command = { type = end_non_aggression which = USA where = MEX }
command = { type = relation which = MEX value -10 }
}
}
How would I write an event that would contain a news message? For example I would want the event to say something along the line of, "America announces military maneuvers on the border with Mexico." And then I would want a corresponding news event for Mexico saying, "Yankees, on the March!" That would fire only if the US chose option b in the above event.