• 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(9338)

Believer in Free Speech
May 15, 2002
864
0
I`m making my own events, and something strange happens. These two commands both will give a country an extra core province. But only the first function. I get no messages that anything is wrong, but the computer simply ignores the last. Any idea what it may be?

command = { type = addcore which = 79 }
command = { type = addcore which = 377 }

The same happens when I wanted to give a country some extra POPs:

command = { type = add_pop which = Swedish value = 100000 where = 318 }
command = { type = add_pop which = Norwegian value = 100000 where = 331 }