What should I put here so that the spouse selection team only accepts members of the dynasty of the character for whom they are looking for a spouse?
I have a super pure pedigree, I'm sick of cutting up degenerates by hand.
I have a superficial understanding of scripts
My emperor and his granddaughter are waiting for your selfless help
#Needs CHARACTER and FAITH
relation_with_character_is_not_incestuous_in_faith_trigger = {
AND = {
$FAITH$ = { has_doctrine = doctrine_consanguinity_mandatory }
not = {
and{
is_close_or_extended_family_of = $CHARACTER$ #[parents, children, siblings, grandparents, grandchildren, cousins, uncles, aunts, nephews, nieces]
}
}
}
}
I have a super pure pedigree, I'm sick of cutting up degenerates by hand.
I have a superficial understanding of scripts
My emperor and his granddaughter are waiting for your selfless help

#Needs CHARACTER and FAITH
relation_with_character_is_not_incestuous_in_faith_trigger = {
AND = {
$FAITH$ = { has_doctrine = doctrine_consanguinity_mandatory }
not = {
and{
is_close_or_extended_family_of = $CHARACTER$ #[parents, children, siblings, grandparents, grandchildren, cousins, uncles, aunts, nephews, nieces]
}
}
}
}
- 1