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

Limith

Modding for Myself
18 Badges
Apr 7, 2010
3.746
369
  • Darkest Hour
  • Deus Vult
  • East India Company
  • Europa Universalis III Complete
  • Divine Wind
  • Crusader Kings II
  • Heir to the Throne
  • Rome: Vae Victis
  • Rome Gold
  • Sword of the Stars
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Stellaris Sign-up
  • 500k Club
  • Victoria 2
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV
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:
Pretty cool. Maybe I'm mistaken, but I remember The Historical Stony Road mod had a Christmas event for some countries that would fire every year and reduce dissent by one. More importantly, I'm pretty sure it had an Afrika Korps. event too ;)