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

TemplarMan

Private
29 Badges
Mar 11, 2019
14
11
  • Crusader Kings II: Reapers Due
  • Crusader Kings III: Royal Edition
  • Crusader Kings III
  • Prison Architect
  • Imperator: Rome
  • Europa Universalis IV: Golden Century
  • Surviving Mars: Digital Deluxe Edition
  • Europa Universalis IV: Rule Britannia
  • Hearts of Iron IV: Expansion Pass
  • Age of Wonders III
  • Hearts of Iron IV: Death or Dishonor
  • Surviving Mars
  • Steel Division: Normandy 44
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: El Dorado
  • Victoria 2
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
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 } }