I have a problem that despite the event matching all triggers it still doesn't. It works if I trigger it manually thru console.
Here is code:
# Theban Priesthood
191919 = {
type = country_event
title = "meo_egy.1.t"
desc = "meo_egy.1.desc"
picture = religious_rite
left_portrait = current_ruler
right_portrait = scope:randomized_priest
trigger = {
tag = EGY
num_of_cities >= 1
current_date > 456.1.1
}
immediate = {
random_character = {
limit = {
has_priest_office_trigger = yes
}
save_scope_as = randomized_priest
}
}
option = {
name = "meo_egy.1.a"
add_legitimacy = -10
add_country_modifier = {
name = angrytheb
duration = 5000
}
}
}
Here is code:
# Theban Priesthood
191919 = {
type = country_event
title = "meo_egy.1.t"
desc = "meo_egy.1.desc"
picture = religious_rite
left_portrait = current_ruler
right_portrait = scope:randomized_priest
trigger = {
tag = EGY
num_of_cities >= 1
current_date > 456.1.1
}
immediate = {
random_character = {
limit = {
has_priest_office_trigger = yes
}
save_scope_as = randomized_priest
}
}
option = {
name = "meo_egy.1.a"
add_legitimacy = -10
add_country_modifier = {
name = angrytheb
duration = 5000
}
}
}