• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

grundy122

Private
Dec 9, 2022
22
0
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
 
Last edited:
The console and other tooltips are deceiving. It displays how a random characters from the iterator satisfies the requirements, not necessarily the one that actually matches all of them. In short, nothing to worry about.