The 5 "add_division" commands in this event ("The Carlist War") were not being recognized by the game...if it is still / currently intended to make them work, these lines...
...must be replaced with this:
In other words, the "when = 708" must be removed. The divisions will appear in the forcepool (all still based in Madrid though, if deployed to Home).
command = { type = add_division which = infantry when = 708 } # Madrid
command = { type = add_division which = infantry when = 708 } # Madrid
command = { type = add_division which = infantry when = 708 } # Madrid
command = { type = add_division which = infantry when = 708 } # Madrid
Command = { type = add_division which = infantry when = 708 } # Madrid
...must be replaced with this:
command = { type = add_division which = infantry } # Madrid
command = { type = add_division which = infantry } # Madrid
command = { type = add_division which = infantry } # Madrid
command = { type = add_division which = infantry } # Madrid
command = { type = add_division which = infantry } # Madrid
In other words, the "when = 708" must be removed. The divisions will appear in the forcepool (all still based in Madrid though, if deployed to Home).
Last edited:
Upvote
0