Ok, I just cant get my head around why these two events just do not trigger. It is liable to be something trivial, but it is still beyond me for some reason.
Code:
event = {
id = 2090
random = no
country = GER
trigger = {
exists = DDR
atwar = no
NOT = {
atwar = DDR # DDR is not at war
alliance = { country = DDR country = SOV }
alliance = { country = DDR country = ENG }
alliance = { country = DDR country = GER }
}
}
name = "WAR OF THE GERMANIES"
desc = "Shall we unify Germany?"
style = 0
picture = "furios_hitler"
date = { day = 2 month = january year = 1936 }
offset = 1
action_a = {
name = "YES"
ai_chance = 97
command = { type = ai_prepare_war which = DDR }
command = { type = ai_prepare_war which = DFR }
command = { type = trigger which = 2037 }
}
action_b = {
name = "NOT NOW"
ai_chance = 3
}
}
Code:
event = {
id = 2091
random = no
country = GER
trigger = {
exists = DDR
atwar = no
NOT = {
atwar = DDR # DDR is not at war
alliance = { country = DDR country = SOV }
alliance = { country = DDR country = ENG }
alliance = { country = DDR country = GER }
}
}
name = "WAR OF THE GERMANIES"
desc = "Shall we invade?"
style = 0
picture = "czechs_fight"
date = { day = 14 month = january year = 1936 }
offset = 1
action_a = {
name = "YES"
ai_chance = 97
command = { type = war which = DDR }
command = { type = ai_prepare_war which = DFR }
}
action_b = {
name = "NOT NOW"
ai_chance = 3
}
}