Has anyone else noticed a problem using war_with? I'm just doing some tests and it seems to be acting strangely. For instance, using war_with = ROM works great at checking if the current country is at war with Rome (checked with Magna Graecia). However, loading up as Rome and using the trigger any_neighbor_country = { war_with = ROM } actually checks Magna Graecia, as you'd expect, but the war_with returns false even though they are certainly at war. Similarly, war_with = THIS returns false there as well.
Does this sound like a bug to anyone else, or am I doing something wrong?
Here's the full event code, with the neighbor province part currently commented out:
Does this sound like a bug to anyone else, or am I doing something wrong?
Here's the full event code, with the neighbor province part currently commented out:
Code:
country_event = {
id = 2100400
trigger = {
#any_neighbor_country = {
war_with = ROM
#}
}
title = "test"
desc = "desct"
option = {
name = "check"
}
}