The event fires even when said country doesn't even exist. For example it just fired for me when I had just annexed Manchuria as Nat.China.
Upvote
0
####################################################################
# Japan Pressures Germany over Manchukuo
####################################################################
event = {
id = 3835
random = no
country = JAP
trigger = {
exists = CHI
exists = GER
exists = MAN
OR = {
war = { country = JAP country = CHI }
alliance = { country = GER country = JAP }
event = 21
}
NOT = {
alliance = { country = GER country = CHI }
alliance = { country = GER country = CYN }
alliance = { country = GER country = CSX }
alliance = { country = GER country = CXB }
alliance = { country = GER country = SIK }
war = { country = GER country = JAP }
}
}
name = "EVT_3835_NAME"
desc = "EVT_3835_DESC"
style = 0
date = { day = 0 month = february year = 1938 }
offset = 14
deathdate = { day = 29 month = august year = 1939 }
action_a = {
name = "EVT_3835_ACTA"
command = { type = trigger which = 2035 } #GER response
command = { type = money value = -50 } #Expenditure
command = { type = relation which = MAN value = 20 }
command = { type = relation which = GER value = -10 }
}
action_b = {
name = "EVT_3835_ACTB"
command = { type = dissent value = 1 }
command = { type = relation which = MAN value = -10 }
command = { type = relation which = CHI value = 5 }
}
}
####################################################################
# Japan Pressures Germany over Manchukuo
####################################################################
event = {
id = 3835
random = no
country = JAP
trigger = {
exists = CHI
exists = GER
[COLOR="Red"]exists = MAN[/COLOR]
OR = {
war = { country = JAP country = CHI }
alliance = { country = GER country = JAP }
event = 21
}
NOT = {
alliance = { country = GER country = CHI }
alliance = { country = GER country = CYN }
alliance = { country = GER country = CSX }
alliance = { country = GER country = CXB }
alliance = { country = GER country = SIK }
war = { country = GER country = JAP }
}
}
name = "EVT_3835_NAME"
desc = "EVT_3835_DESC"
style = 0
date = { day = 0 month = february year = 1938 }
offset = 14
deathdate = { day = 29 month = august year = 1939 }
action_a = {
name = "EVT_3835_ACTA"
command = { type = trigger which = 2035 } #GER response
command = { type = money value = -50 } #Expenditure
command = { type = relation which = MAN value = 20 }
command = { type = relation which = GER value = -10 }
}
action_b = {
name = "EVT_3835_ACTB"
command = { type = dissent value = 1 }
command = { type = relation which = MAN value = -10 }
command = { type = relation which = CHI value = 5 }
}
}