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

unmerged(13520)

Fantasma Irreconocible
Jan 5, 2003
1.703
0
Visit site
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...

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
Scythe said:
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).

Agreed - this also applies to one of the Bismarck counterrevolution events too.