Is it possible to use trigger conditions in an event triggered by the trigger command?
Example: Event A has the action:
Event B has the trigger:
When will event B fire? Regardless if the recieving country is at war or not or only if the recieving country is at war?
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?