• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
Status
Not open for further replies.

mrserbia23

Recruit
Nov 20, 2021
7
0
So, i want to add Christianity to the game, and i want for it to be accessible via Decision when owning Jerusalem and having the hebrew culture, but i cant seem to get it to show in the game what do I do, here is the scrip:
country_decisions = {
convert_to_christianity = {

potential = {
num_of_cities >= 1
country_culture = hebrew
}
highlight = {
OR = {
scope: province = {
province_id = 687
}
}
}
allow = {
custom_tooltip = {
text = reform_the_old_testament
}
OR = {owns_or_subject_owns = 687
}
}
effect = {
change_religion_effect = {
RELIGION = christianity
}
}

ai_will_do = {
factor = 0
modifier = {
add = 1
capital_scope = {
}
}
}
}
}

i hope that you can help me with it i am new on modding decisions so i don't have a clue!
 
Status
Not open for further replies.