• 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.

unmerged(32859)

Second Lieutenant
Aug 5, 2004
143
0
Is it possible to use trigger conditions in an event triggered by the trigger command?

Example: Event A has the action:
Code:
action a = { command = { type = trigger which = B } }

Event B has the trigger:

Code:
trigger = { atwar = yes }

When will event B fire? Regardless if the recieving country is at war or not or only if the recieving country is at war?