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

Amartus

Captain
34 Badges
Jul 14, 2008
441
12
  • Hearts of Iron Anthology
  • Semper Fi
  • Europa Universalis: Rome
  • Iron Cross
  • Hearts of Iron III Collection
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • For the Motherland
  • Deus Vult
  • Darkest Hour
  • Hearts of Iron IV: Together for Victory
  • Knights of Honor
  • Hearts of Iron IV: Death or Dishonor
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: La Resistance
  • Battle for Bosporus
  • Ancient Space
  • Hearts of Iron IV: By Blood Alone
  • Hearts of Iron 4: Arms Against Tyranny
  • Hearts of Iron IV: No Step Back
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Cities: Skylines Deluxe Edition
  • Cities: Skylines
  • 500k Club
  • Rome: Vae Victis
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Victoria 2
  • Victoria: Revolutions
  • Arsenal of Democracy
  • Rome Gold
Hi there

I am trying to create an event that gives Italy a tech team, and some leaders, and some ministers on allying with Austria - an Austrian military mission if you will. At the same time, the relevant teams / ministers / leaders are turned off for Austria (and Germany so that leaders are not duplicated if Austria gets anschlussed). In my italy.inc file, I have:
Code:
dormant_leaders    = { 6289 6290 6291 6292 }
dormant_ministers  = { 3179 3180 3181 }
dormant_teams      = { 1835 }
And for my event I have:
Code:
command = { type = waketeam which = 1835 }
command = { type = wakeleader which = 6289 }
command = { type = wakeleader which = 6290 }
command = { type = wakeleader which = 6291 }
command = { type = wakeleader which = 6292 }
command = { type = wakeminister which = 3179 }
command = { type = wakeminister which = 3180 }
command = { type = wakeminister which = 3181 }

command = { type = sleepteam which = 613 }
command = { type = sleepleader which = 544 }
command = { type = sleepleader which = 564 }
command = { type = sleepleader which = 2701 }
command = { type = sleepleader which = 2722 }
command = { type = sleepleader which = 2743 }
command = { type = sleepleader which = 2750 }
command = { type = sleepminister which = 23007 }
command = { type = sleepminister which = 23008 }
command = { type = sleepminister which = 23109 }
But HOI2:Arma does not like this - especially the wakeminster command, which I don't think even exists.... So, how do I establish that Italy only gets these ministers if she allies with Austria? I can fiddle with dates in the relevant files, but all that will mean is that they come available on a certain date regardless of other conditions. Any help appreciated here.

Many thanks in advance,
Amartus