I'm trying to set up an event (to trigger in the console) that would change all of the succession laws in my realm, but it doesn't seem to be working, any pointers?
Code:
namespace = custom
narrative_event = {
id = custom.1
option = {
hidden_tooltip = {
any_playable_ruler = {
limit = {
top_liege = { e_britannia }
}
narrative_event = { id = custom.2 }
}
}
}
}
narrative_event = {
id = custom.2
is_triggered_only = yes
option = {
ai_chance = { factor = 100 }
any_demesne_title = { add_law = enatic_succession add_law = status_of_women_5 add_law = succ_tanistry }
}
}