Hello!
I'm sort of trying to revive my mod idea (Blackshirts and Bolsheviks), and I was trying to make some new events, but for some reason, I get an error with this one:
The highlighted line is the line HoI tells me the error is in.
Could anyone help me fix this?
Thanks in advance!
I'm sort of trying to revive my mod idea (Blackshirts and Bolsheviks), and I was trying to make some new events, but for some reason, I get an error with this one:
Code:
[B][i]event = {[/i][/B]
id = 42003
random = no
country = POL
date = { day = 13 month = june year = 1936 }
trigger = {
exists = BLR
}
name = "War with Belarus!"
desc = "We're at war with the break-away republic of Belarus!"
style = 0
picture = "uprising"
action_a = {
name = "We'll get our lands back!"
command = { type = war which = BLR }
command = { type = trigger which = 42900 } # Belarus
}
}
The highlighted line is the line HoI tells me the error is in.
Could anyone help me fix this?
Thanks in advance!