Ever want an event to mark the 4th of July (Kaisserich)? Independence Day? Or some royal birthday every year, but don't want to write one for each year? The following code will do that for you.
Code:
persistent = yes
trigger = {
and = {
day = DAY
not = { day = DAY + 1 }
month = MONTH
not = { month = MONTH + 1 }
}
}
date = { day = DAY month = MONTH year = SCENARIOSTART }
offset = 1 #Must be 1!
deathdate = { day = DAY month = MONTH year = SCENARIOEND }
Last edited: