In event SoA.5346, there is a has_character_flag command inside the b_mntathos scope. After comparing other similar events in the file, I believe it should be moved down one line, putting it in ROOT scope:
Code:
narrative_event = {
id = SoA.5346
title = EVTNAME_SoA_5346
desc =*EVTDESC_SoA_5346
picture = GFX_evt_icon
border = GFX_event_narrative_frame_religion
ai = no
prisoner = no
only_capable = yes
only_men = yes
min_age = 16
trigger = {
has_dlc = "Sons of Abraham"
year = 885
in_command = no
b_mntathos = {
holder_scope = {
is_priest = yes
religion = ROOT
}
NOT = { has_character_flag = do_not_disturb } #Move this line down one line, after the closing bracket for b_mntathos
}
Upvote
0