How would you script a condition in an Event Trigger that a country needs to own all provinces in a region?
I have tried:
Code:trigger = { NOT = { any_country = { not = { tag = THIS } owns = { region = aquitaine } } } }But neither seems to work....Code:trigger = { NOT = { any_province = { region = aquitaine not = { owned_by = THIS } } } }
EDIT: This one actually seems to work though!
Code:trigger = { not = { aquitaine = { not = { owned_by = THIS } } } }
Makes sense?










Reply With Quote





