Hey, guys. Just wondering... Would it be possible for a future patch to feature some sort of foreign government/ideology trigger? Something like this... Imagine if I need an event for SOV (or any other country, for the matter) that should only fire if USA has gone communist...
Or maybe I need an event that must fire only if, say, Argentina is fascist...
You get the point.
Current triggers are capable of checking ideology and government only for that country which has fired the event, not for a third country. Of course, there's a way of achieving something like this using some flag commands and all, but that would require at least writing a few extra events adding flags for each ideology or government change... Anyway, would it be possible to add something like this?
Code:
trigger = {
foreign_government = { country = USA value = communist }
}
Or maybe I need an event that must fire only if, say, Argentina is fascist...
Code:
trigger = {
foreign_ideology = { country = ARG value = fascist }
}
You get the point.
Upvote
0