You really need help from a good modder. You are modding the events incorrectly. I don't understand why you are using semicolon denotation for events. I have never seen an event written that way. Have you looked at how other events are written and structured?P.S. please what app would you use for the Excel table files like Province.csv? Notepad++ as well?
I cant work with that, the excel columns give me a great overview,
Any recommendations on what apps to use to avoid file corruption??
Many thanks
Look at this event. Do you see the differences in how it is written vs your events?
#########################################################################
# The 2-2-6 incident (Japan)
#########################################################################
event = {
id = 2011006
random = no
country = JAP
name = EVT_1_NAME
desc = EVT_1_DESC
style = 2
picture = "news_paper"
trigger = {
atwar = no
NOT = {
ispuppet = JAP
}
}
date = { day = 25 month = february year = 1936 }
action_a = {
ai_chance = 90
name = EVT_1_ACTA
command = { type = dissent value = 1 }
command = { type = domestic which = interventionism value = 1 }
command = { type = set_domestic which = democratic value = 3 }
command = { type = set_domestic which = political_left value = 4 }
command = { type = domestic which = freedom value = -1 }
command = { type = sleepminister which = 50323 } # Saito Makoto
command = { type = sleepminister which = 50269 } # Takahashi Korekiyo
}
action_b = {
ai_chance = 10
name = EVT_1_ACTB
command = { type = dissent value = 3 }
command = { type = domestic which = interventionism value = 2 } # NOTE: The B choice effects are stronger than A by design
command = { type = domestic which = democratic value = -3 } # This represent a greater shift towards the military and
command = { type = domestic which = political_left value = -3 } # right wing control.
command = { type = domestic which = freedom value = -3 }
command = { type = domestic which = defense_lobby value = 1 }
command = { type = headofstate which = 50001 }
command = { type = headofgovernment which = 50013 }
command = { type = foreignminister which = 50039 }
command = { type = armamentminister which = 50062 }
command = { type = ministerofsecurity which = 50086 }
command = { type = ministerofintelligence which = 50114 }
command = { type = chiefofstaff which = 50007 }
command = { type = chiefofarmy which = 50008 }
command = { type = chiefofnavy which = 50148 }
command = { type = chiefofair which = 50154 }
command = { type = relation which = SOV value = -10 }
command = { type = relation which = CHI value = -10 }
command = { type = sleepminister which = 50323 } # Saito Makoto
command = { type = sleepminister which = 50269 } # Takahashi Korekiyo
}
}