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

Final2 for HoI2/DD Modder
Jun 7, 2004
133
0
www.paradox-games.de
db/events/japammanpower.txt
event = {
id = 15200
random = no
country = JAP
persistent = yes

trigger = {
ai = yes
NOT = { local_flag = JAPManpowerNorthKorea }
# North Korea
control = { province = 1200 data = JAP }
control = { province = 1201 data = JAP }
control = { province = 1393 data = JAP }
control = { province = 1391 data = JAP }
control = { province = 1392 data = JAP }
control = { province = 1376 data = JAP }
}

name = "AI_EVENT"
style = 0

date = { day = 1 month = january year = 1936 }
offset = 7
deathdate = { day = 29 month = december year = 1948 }

action_a = {
command = { type = local_setflag which = JAPManpowerNorthKorea }
command = { type = free_manpower value = 0.16 } # dies ist Line 31
}
}
Illegal Command Typ...