Normaly im good at scripting in any of the Paradox games but im lost on this lol ahd want to get playing this this, im doing a culture conversion file, the only problem is the stupid trigger
wont work haha, cant load into a scenario is what the problem is.
So whats wrong here for the conditions etc, the principal plan was if a province that the Ruler has under his demesne and its not his culture then, the event would fire after so many xxx mount of day's thierbay converting that culture to the Ruler culture, also wanted it so that only the 3 big religions could do it as youll see below:
So whats wrong here for the conditions etc, the principal plan was if a province that the Ruler has under his demesne and its not his culture then, the event would fire after so many xxx mount of day's thierbay converting that culture to the Ruler culture, also wanted it so that only the 3 big religions could do it as youll see below:
Code:
#########################################
# Mass-scale Culture Conversions # by KonigMaximilian #
#########################################
province_event = { #Culture
id = 9008
picture = "event_claim"
trigger = {
condition = {
type = or
condition = {
type = and
condition = { type = ruler_religion value = Catholic }
condition = { type = ruler_religion value = Orthodox }
condition = { type = ruler_religion value = Muslim }
}
condition = {
type = and
condition = { type = from condition = { type = same_culture } }
condition = { type = to condition = { type = not value = { type = same_culture } } }
}
Last edited: