'Lo,
I've been trying to make an event similar that is to trigger by the Sudenteland-thing (first the "Claim Sudetenland!" - then the Chezchs accept, then my event) and it's supposed to be like the "Install Tiso in Slovakia" but instead creating an independent Bohemia (...don't ask...) Anyways, I've managed to make the country Bohemia but my event won't fire somehow.
This is what it looks like, anyways:
I've been vacuming HoI2 wiki for clues but still can't see why it won't work.
Also, I've created an event 102003 which is basically ministers etc for Bohemia and put it in "bohemia.txt" I also added the line "bohemia.txt" to the events file.
Any help would be very thankfully recieved!
I've been trying to make an event similar that is to trigger by the Sudenteland-thing (first the "Claim Sudetenland!" - then the Chezchs accept, then my event) and it's supposed to be like the "Install Tiso in Slovakia" but instead creating an independent Bohemia (...don't ask...) Anyways, I've managed to make the country Bohemia but my event won't fire somehow.
This is what it looks like, anyways:
PHP:
event = {
id = 2003
random = no
country = GER
# Triggered by CZE 2200
name = "EVT_2003_NAME"
desc = "EVT_2003_DESC"
style = 0
picture = "Sudetenland"
action_a = {
name = "ACTIONNAME2003A" #Ok
ai_chance = 25
command = { type = dissent value = -10 }
command = { type = manpowerpool value = 100 }
command = { type = domestic which = defense_lobby value = 1 }
}
action_b = {
name = "ACTIONNAME2003B" #Independent Bohemia
ai_chance = 75
command = { type = independence which = U01 value = 1 }
command = { type = secedeprovince which = U01 value = 466 } #Strakonice
command = { type = secedeprovince which = U01 value = 467 } #Tabor
command = { type = secedeprovince which = U01 value = 471 } #Usti
command = { type = secedeprovince which = U01 value = 472 } #Liberec
command = { type = secedeprovince which = U01 value = 474 }
command = { type = trigger which = 102003 }
}
I've been vacuming HoI2 wiki for clues but still can't see why it won't work.
Any help would be very thankfully recieved!