What I am trying to do is create an event, fired by a decision that sends all women with one of two traits from my court to the court of the ruler i fired the event on. I cant figure out the scoping for the life of me.
See event below. Any ideas how to make this work. You can see i have tried different combinations of scopes.
See event below. Any ideas how to make this work. You can see i have tried different combinations of scopes.
Code:
character_event = {
id = 600022
desc = "EVTDESC50009"
picture = "GFX_evt_into_the_dungeon"
border = GFX_event_normal_frame_intrigue
is_triggered_only = yes
potential = {
is_ruler = yes
}
option = {
name = "EVTOPTA50009"
any_courtier = {
limit = {
is_female = yes
age = 45
prisoner = no
OR = {
trait = ISTtrainedslave
trait = ISTcourtesanslave}
}
#ROOT = {move_character =FROMFRROM}
#ROOT = move_character = PREV
}
move_character =ROOT
}
}