The part of the code that is giving me issue;
trigger = {
any_character = {
is_female = no
is_adult = yes
prisoner = no
}
}
issue: according to the debug, no matter how many male characters there are, the event keeps returning 'false' to 'is_female = no'
edit: to be clear I tried both 'any_courtier' and 'any_character', to the same effect
trigger = {
any_character = {
is_female = no
is_adult = yes
prisoner = no
}
}
issue: according to the debug, no matter how many male characters there are, the event keeps returning 'false' to 'is_female = no'
edit: to be clear I tried both 'any_courtier' and 'any_character', to the same effect
Last edited: