I'm trying to make a modded event that triggers on chronicle start when a ruler designer character has my modded culture. It won't trigger however, not even with on_startup and immediate global flag. Any ideas?
namespace = SOL01
character_event = {
id = SOL.01
picture = GFX_evt_bad_news
border = GFX_event_normal_frame_diplomacy
desc = SOL01_text
is_triggered_only = yes
trigger = {
culture = alanian
}
option = {
name = SOL01_opt_1
#You are the only Alanian here
piety = 50
}
option = {
name = SOL01_opt_2
#The game will spawn more Alanians
custom_tooltip = {text = SOL01_opt2_tt}
prestige = 50
any_character = {
limit = {
is_landed = yes
primary_title = {
region = world_europe
ai = yes
}
}
count = 30
culture = alanian
religion = houseofsol
}
}
option = {
name = SOL01_opt_3
#Adds a pet cat
add_cat_effect = yes
}
}