No I think it must be there, cause the event I looked at when I tried to correct it (I suck at events, made like 3 in my life)
Here is the event I looked at anyway:
#########################################################################
# Japan and the SE Asian Colonies of Vichy France
#########################################################################
event = {
id = 3803
random = no
country = JAP
# Triggered by FRA 2800
trigger =
{
control = { province = 1306 data = VIC } # Vichy controls Indochine and Madagascar
control = { province = 1326 data = VIC }
control = { province = 1328 data = VIC }
control = { province = 1329 data = VIC }
control = { province = 1332 data = VIC }
control = { province = 1333 data = VIC }
control = { province = 1334 data = VIC }
control = { province = 1335 data = VIC }
control = { province = 1336 data = VIC }
control = { province = 1337 data = VIC }
control = { province = 1338 data = VIC }
control = { province = 1339 data = VIC }
control = { province = 1340 data = VIC }
control = { province = 1341 data = VIC }
control = { province = 1134 data = VIC }
control = { province = 1137 data = VIC }
NOT = {
OR = {
alliance = { country = JAP country = ENG }
alliance = { country = JAP country = GER }
}
}
NOT =
{
war = { country = FRA country = JAP }
}
}
name = "EVT_3803_NAME"
desc = "EVT_3803_DESC"
picture = "asian_colonies"
style = 0
action_a = {
name = "ACTIONNAME3803B" # Demand French Indochine
ai_chance = 95
command = { type = relation which = VIC value = -10 }
command = { type = relation which = FRA value = -20 }
command = { type = relation which = ENG value = -15 }
command = { type = relation which = USA value = -15 }
command = { type = relation which = CGX value = -25 }
command = { type = relation which = CYN value = -20 }
command = { type = trigger which = 4001 }
command = { type = trigger which = 3707 } # USA - war entry raised
}
action_b = {
name = "ACTIONNAME3803A" # Demand Airbases in French Indochine
ai_chance = 2
command = { type = relation which = VIC value = -5 }
command = { type = relation which = FRA value = -15 }
command = { type = relation which = ENG value = -10 }
command = { type = relation which = USA value = -10 }
command = { type = relation which = CGX value = -20 }
command = { type = relation which = CYN value = -15 }
command = { type = trigger which = 4000 }
}
action_c = {
name = "ACTIONNAME3803C" # Demand French Indochine and Madagascar
ai_chance = 3
command = { type = relation which = VIC value = -15 }
command = { type = relation which = FRA value = -25 }
command = { type = relation which = ENG value = -20 }
command = { type = relation which = USA value = -20 }
command = { type = relation which = CGX value = -25 }
command = { type = relation which = CYN value = -20 }
command = { type = trigger which = 4002 }
command = { type = trigger which = 3708 } # USA - war entry raised more
}
}
But as I mentioned I don't know much so i might (probably

) be wrong.