I am trying to make an event that will cause Russia to leave Mitteleuropa in KR if Germany beats France.
I wrote the event attached, but it won't trigger for some reason. It works fine if I manually trigger it with the console, but something must be off in my conditions. I can't figure it out. I copied the triggers from other events that seem to work fine.
event = {
id = 903999
random = no
country = RUS
style = 2
trigger = {
alliance = { country = RUS country = GER }
NOT = {
exists = FRA
}
}
name = "The Second Weltkrieg is over. France is beaten."
desc = "Germany has won the war with our help, but it is time for Russia to look out for its own interests."
picture = "kerensky_rus"
action_a = {
name = "Russia has left its allies to follow its own path again."
command = { type = leave_alliance when = 1 }
}
}
I wrote the event attached, but it won't trigger for some reason. It works fine if I manually trigger it with the console, but something must be off in my conditions. I can't figure it out. I copied the triggers from other events that seem to work fine.
event = {
id = 903999
random = no
country = RUS
style = 2
trigger = {
alliance = { country = RUS country = GER }
NOT = {
exists = FRA
}
}
name = "The Second Weltkrieg is over. France is beaten."
desc = "Germany has won the war with our help, but it is time for Russia to look out for its own interests."
picture = "kerensky_rus"
action_a = {
name = "Russia has left its allies to follow its own path again."
command = { type = leave_alliance when = 1 }
}
}