Hi all,
I've made the following event for Poland to have the option to declare war on Germany after Long Knives. But the event won't trigger at all, even when I force it. Can anyone help? BTW, I have added the trigger to the NOTLK event.
event = {
id = 9300605
random = no
country = POL
name = Pre-Emptive War?
desc = The Nazis are consolidating their power and military after Night of the Long Knives! Should we occupy East Prussia and neutralise the threat before they get too powerful?
style = 2
picture = "Long_Knives"
# triggered by GER NOTLOK event 2003138
action_a = {
ai_chance = 0
name = "ACTION_NAME_YES"
command = { type = inherit which = U06 value = 1 }
command = { type = relation which = GER value = -200 }
command = { type = war which = POL }
command = { type = addcore which = 181 }
command = { type = addcore which = 183 }
command = { type = addcore which = 182 }
command = { type = addcore which = 184 }
}
action_b = {
ai_chance = 100
name = "ACTION_NAME_NO"
command = { type = dissent value = 3 }
command = { type = relation which = GER value = 10 }
}
}
I've made the following event for Poland to have the option to declare war on Germany after Long Knives. But the event won't trigger at all, even when I force it. Can anyone help? BTW, I have added the trigger to the NOTLK event.
event = {
id = 9300605
random = no
country = POL
name = Pre-Emptive War?
desc = The Nazis are consolidating their power and military after Night of the Long Knives! Should we occupy East Prussia and neutralise the threat before they get too powerful?
style = 2
picture = "Long_Knives"
# triggered by GER NOTLOK event 2003138
action_a = {
ai_chance = 0
name = "ACTION_NAME_YES"
command = { type = inherit which = U06 value = 1 }
command = { type = relation which = GER value = -200 }
command = { type = war which = POL }
command = { type = addcore which = 181 }
command = { type = addcore which = 183 }
command = { type = addcore which = 182 }
command = { type = addcore which = 184 }
}
action_b = {
ai_chance = 100
name = "ACTION_NAME_NO"
command = { type = dissent value = 3 }
command = { type = relation which = GER value = 10 }
}
}