#### FROM BloodlineEvents.txt ####
namespace = GGB
character_event = {
id = GGB.1
desc = EVTDESCGGB.1
only_playable = yes
religion = the_light
min_age = 16
culture = High_God
only_playable = yes # Redundant
trigger = {
OR = { # Must add OR if you can only have one of these traits
trait = kingofthegods
trait = queenofthegods
}
NOT = {
has_bloodline_flag = king_of_the_good_gods_bloodline_flag
}
}
option = {
name = EVTOPTAGGB.1
if = {
trigger = {
is_female = no
}
create_bloodline = {
type = ruler_of_the_good_gods
inheritance = patrilineal
}
}
else_if = {
trigger = {
is_female = yes
}
create_bloodline = {
type = ruler_of_the_good_gods
inheritance = matrilineal
}
}
ai_chance = { # No need for this, since the AI can only choose one option depending on their sex.
factor = 100
}
}
}
These are the errors that I found, let me know if it fixes it.