Lots of event questions recently, but that is good - shows we are all still keen! Anyway, here is mine.
Any and all help (or guesses even) towards solving this problem of mine greatly appreciated.
Thanks in advance,
Amartus
This is for a game of Kaiserreich I am playing. The events are supposed to force a peace between Canada and the CSA and any other possible opponents when Ottawa is captured. Now the first event triggers. The second does not trigger via the first event as it is supposed to, but if I can trigger it via the console. But this does diddly squat; the CSA will NOT make peace with Canada. Is there a reason for this? I mean, why does the event work but not work if you know what I mean?event = {
id = 50505145
picture = "constitutional"
country = CAN
trigger = { NOT = {
control = { province = 588 data = CAN }
} }
name = "Peace for the Canadians 1"
desc = "Peace for the Canadians 1"
date = { day = 10 month = january year = 1936 }
offset = 1
deathdate = { day = 10 month = january year = 1964 }
action_a = {
name = "It has come to this...."
command = { type = leave_alliance }
command = { type = trigger which = 50505146 }
}
}
event = {
id = 50505146
picture = "constitutional"
country = CAN
# 50505145
name = "Peace for the Canadians 2"
desc = "Peace for the Canadians 2"
action_a = {
name = "We have no choice!"
command = { type = peace which = CSA value = 1 }
command = { type = peace which = FRA value = 1 }
command = { type = peace which = ENG value = 1 }
command = { type = peace which = JAP value = 1 }
command = { type = peace which = CSA value = 0 }
command = { type = peace which = FRA value = 0 }
command = { type = peace which = ENG value = 0 }
command = { type = peace which = JAP value = 0 }
}
}
Any and all help (or guesses even) towards solving this problem of mine greatly appreciated.
Thanks in advance,
Amartus