mnm_secret_religious_societies_events.txt, event MNM.3235:
That same_realm = yes doesn't work. Not sure if it just does nothing, or if it uses the scoped character as the target (which is always true, obviously). Either way, that random scopes to any society member anywhere in the world. Not just ones that are in the same realm.
Should be same_realm = ROOT instead.
Code:
random_society_member = {
limit = {
ai = yes
is_incapable = no
prisoner = no
in_command = no
is_inaccessible_trigger = no
NOT = { character = ROOT }
same_realm = yes
}
character_event = { id = MNM.3236 }
break = yes
}
That same_realm = yes doesn't work. Not sure if it just does nothing, or if it uses the scoped character as the target (which is always true, obviously). Either way, that random scopes to any society member anywhere in the world. Not just ones that are in the same realm.
Should be same_realm = ROOT instead.
Upvote
0