• 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(12007)

Lt. General
Nov 27, 2002
1.638
0
Visit site
Suppose you have an event for GER which triggers another event for another country which no longer exists.

Does this crash the program or does the code allow the trigger and then simply move on if the country that has the triggered event no longer exists?
 
I think it would depend on how you structure your event code. If you make "exist = <country>" one of the preconditions for the event, and that condition is not met, then the event will not fire.

You could chain events so that a main event would fire, and the sub-event depending on the existence of the second country wouldn't impact your primary event at all, whether it's true or false.

T.