I've been trying to make an event that annexes all chinese minor for NatChi, but I can't get the game to even register the change (the checksum doesnt change when i add it to hoi2.txt). Anyone got any ideas what may be wrong?
Code:
event = {
id = 1000000
random = yes
country = CHI
trigger = {
ai = no
}
name = "Annex chinese minors"
desc = "This event will annex all chinese minors for NatChi. Cheater."
style = 0
picture = "anchsluss"
date = { day = 3 month = january year = 1936 }
action_a = {
name = "OK"
command = { type = inherit which = CHC }
command = { type = inherit which = CSX }
command = { type = inherit which = CGX }
command = { type = inherit which = SIK }
command = { type = inherit which = CXB }
}
}