I am trying this command, but depsite the game saying new pops have been added to the <city name>, there is no pop really added.
#########################################################################
# Japanese Immigrants
#########################################################################
event = {
id = 16306
random = no
country = BRZ
name = "Japanese Immigrants Arriving!"
desc = "Japanese Immigrants Arriving!"
style = 0
date = { year = 1836 }
offset = 1
deathdate = { year = 1920 }
action_a = {
name = "Good!"
command = { type = add_pop which = japanese value = 1 where = -1 }
command = { type = add_pop which = japanese value = 1 where = -1 }
command = { type = add_pop which = japanese value = 1 where = -1 }
command = { type = add_pop which = japanese value = 10000 where = -1 }
command = { type = add_pop which = japanese value = 10000 where = -1 }
}
}
Obs: The command pasted above may have some misplaced "}", but the one in my txt is correct because the game recognized it withou a problem.
#########################################################################
# Japanese Immigrants
#########################################################################
event = {
id = 16306
random = no
country = BRZ
name = "Japanese Immigrants Arriving!"
desc = "Japanese Immigrants Arriving!"
style = 0
date = { year = 1836 }
offset = 1
deathdate = { year = 1920 }
action_a = {
name = "Good!"
command = { type = add_pop which = japanese value = 1 where = -1 }
command = { type = add_pop which = japanese value = 1 where = -1 }
command = { type = add_pop which = japanese value = 1 where = -1 }
command = { type = add_pop which = japanese value = 10000 where = -1 }
command = { type = add_pop which = japanese value = 10000 where = -1 }
}
}
Obs: The command pasted above may have some misplaced "}", but the one in my txt is correct because the game recognized it withou a problem.