I do not want a coup in Yugoslavia after The Tripartite Pact is signed. What is the event number to stop this in files?
# Coup d'état
event = {
id = 2021002
random = no
country = YUG
trigger = {
war = { country = GER country = ENG }
alliance = { country = YUG country = GER }
NOT = { puppet = { country = YUG country = GER } }
random = 50
}
name = EVT_6_NAME
desc = EVT_6_DESC
style = 2
picture = "news_paper"
date = { day = 0 month = january year = 1936 }
offset = 3
deathdate = { day = 29 month = december year = 1963 }
action = {
name = EVT_6_ACTB
ai_chance = 20
command = { type = dissent value = 10 }
command = { type = domestic which = democratic value = -2 }
command = { type = domestic which = political_left value = -2 }
command = { type = domestic which = freedom value = -2 }
command = { type = domestic which = defense_lobby value = 1 }
command = { trigger = { NOT = { event = 2003056 } } type = sleepevent which = 2003056 }
}
action = {
name = EVT_6_ACTA
ai_chance = 80
command = { type = dissent value = -5 }
command = { type = leave_alliance when = 1 }
...
You can either change the ai probability of the first action to 100% (and second event to 0%) or disable the event entirely, though I´m not sure if this has some negative effects on other events.