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 }
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 }