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:
And for my event I have:
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
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 }
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 }
Many thanks in advance,
Amartus