I'm trying to add a minister in place of an existing one, but I don't want to replace the existing minister's entry. But unless I do just that, it defaults to the former existing minister. It works with the others, just not the Chief of Army and Chief of Navy for some reason.
Here's part of my scenario file...
...and my ministers file
As for another example..
...with this one, all of them work except for the Chief of Army.
Hope someone can help.
Here's part of my scenario file...
headofstate = { type = 9 id = 5239 }
headofgovernment = { type = 9 id = 5002 }
foreignminister = { type = 9 id = 5003 }
armamentminister = { type = 9 id = 5004 }
ministerofsecurity = { type = 9 id = 5005 }
ministerofintelligence = { type = 9 id = 5006 }
chiefofstaff = { type = 9 id = 5007 }
chiefofarmy = { type = 9 id = 5008 }
chiefofnavy = { type = 9 id = 5240 }
chiefofair = { type = 9 id = 5010 }
...and my ministers file
5239;Head of State;Sacial Fredzkoff;36;PA;Stern Imperialist;High;Fredzkoff;x
5240;Chief of Navy;Kofferov Sineford;36;PA;Base Control Doctrine;Very High;Sineford;x
As for another example..
3185;Head of State;Julius Cagnazzo;36;FA;Stern Imperialist;Very High;Cagnazzo;x
3186;Head of Government;Julius Cagnazzo;36;FA;Silent Workhorse;Very High;Cagnazzo;x
3187;Minister of Armament;Julius Cagnazzo;36;FA;Resource Industrialist;Very High;Cagnazzo;x
3188;Head of Military Intelligence;Julius Cagnazzo;36;FA;Technical Specialist;Very High;Cagnazzo;x
3189;Chief of Staff;Julius Cagnazzo;36;FA;School of Psychology;Very High;Cagnazzo;x
3190;Chief of Army;Julius Cagnazzo;36;FA;Armoured Spearhead Doctrine;Very High;Cagnazzo;x
headofstate = { type = 9 id = 3185 }
headofgovernment = { type = 9 id = 3186 }
foreignminister = { type = 9 id = 3003 }
armamentminister = { type = 9 id = 3187 }
ministerofsecurity = { type = 9 id = 3005 }
ministerofintelligence = { type = 9 id = 3188 }
chiefofstaff = { type = 9 id = 3189 }
chiefofarmy = { type = 9 id = 3190 }
chiefofnavy = { type = 9 id = 3009 }
chiefofair = { type = 9 id = 3010 }
...with this one, all of them work except for the Chief of Army.
Hope someone can help.