Hi... I would like to know; can you combine the AND trigger and the OR trigger
For instance:
This would work so if Germany is at war with both ENG and SWE on the same time, it would trigger. Or if Germany is at war with ENG and DAN, or FRA and SWE, or FRA and DAN...
Is this possible...?
For instance:
Code:
trigger = {
AND = {
OR = {
war = { country = GER country = ENG }
war = { country = GER country = FRA }
}
OR = {
war = { country = GER country = SWE }
war = { country = GER country = DAN }
}
}
This would work so if Germany is at war with both ENG and SWE on the same time, it would trigger. Or if Germany is at war with ENG and DAN, or FRA and SWE, or FRA and DAN...
Is this possible...?