Hi all, I wonder if anyone can help me with moving the french capital in eep. There is some trouble with the scnario editor so I aimed for the event solution.
#Paris#
event = {
id = 19000
trigger = {
owned = {
province = 385
data = -1
}
}
random = no
country = FRA
name = "EVENTNAME19000"
desc = "EVENTHIST19000"
style = 4
date = { day = 27 month = october year = 1599 }
offset = 1
deathdate = { day = 28 month = january year = 1632 }
action_a ={ #Move Capital to Paris#
name = "ACTIONNAME19000A"
command = { type = capital which = 385 }
command = { type = infra value = 500 }
command = { type = trade value = 1000 }
command = { type = stability value = 1 }
command = { type = provincereligion which = 385 value = catholic }
command = { type = provinceculture which = 385 value = russian}
}
action_b ={ #Keep Capital at Jamaica#
name = "ACTIONNAME19000B"
command = { type = domestic which = ARISTOCRACY value = -2 }
command = { type = domestic which = CENTRALIZATION value = -2 }
command = { type = stability value = -1 }
}
}
I can not seem to get this event to trigger, is there something wrong with it, or do i need to save it somewhere else?
I saved it in major events for french, is that ok?

#Paris#
event = {
id = 19000
trigger = {
owned = {
province = 385
data = -1
}
}
random = no
country = FRA
name = "EVENTNAME19000"
desc = "EVENTHIST19000"
style = 4
date = { day = 27 month = october year = 1599 }
offset = 1
deathdate = { day = 28 month = january year = 1632 }
action_a ={ #Move Capital to Paris#
name = "ACTIONNAME19000A"
command = { type = capital which = 385 }
command = { type = infra value = 500 }
command = { type = trade value = 1000 }
command = { type = stability value = 1 }
command = { type = provincereligion which = 385 value = catholic }
command = { type = provinceculture which = 385 value = russian}
}
action_b ={ #Keep Capital at Jamaica#
name = "ACTIONNAME19000B"
command = { type = domestic which = ARISTOCRACY value = -2 }
command = { type = domestic which = CENTRALIZATION value = -2 }
command = { type = stability value = -1 }
}
}
I can not seem to get this event to trigger, is there something wrong with it, or do i need to save it somewhere else?
I saved it in major events for french, is that ok?