• 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.

Adeolu102

Corporal
Jul 9, 2021
36
1
how do i send courtiers to holy order as a pagan i see my vassals dynasts in the holy rders court gaining prestige how do i send my excess spares to the order. i found the line of code that allows you do it but i dont know how to modify it to allow reformed pagans send courtiers.



targetted_decisions = {

order_to_join_holy_order = {
only_playable = yes
filter = court
ai_target_filter = court
third_party_filter = all
show_third_party_potential = no
ai_check_interval = 1200 #Check every 1200 months

from_potential = {
is_playable = yes
has_regent = no
prisoner = no
is_adult = yes
is_heretic = no
}

third_party_potential = {
FROMFROM = {
religion = FROM
holy_order = yes
}
}

potential = {
is_adult = yes
is_ruler = no
is_female = no
religion = FROM
NOT = {
trait = incapable
}
host = { character = FROM }
holy_order_check_active_trigger = yes
}
what do i do from here.
 
You have to edit 'holy_order_check_active_trigger' in common\scripted_triggers. Afterward, change the 'effect'-clause of the decision to account for pagan holy orders.