#############################################
###### Vital province lost #
#############################################
event = {
id = 55556
random = yes
country = SOV
trigger = {
atwar = Yes (GER)
control = { province = 187 data = GER }
control = { province = 238 data = GER }
}
name = "EVT_55556_NAME"
desc = "EVT_55556_DESC"
style = 0
persistent = yes
action_a = {
name = "ACTIONNAME55556A"
command = { type = add_division which = "militia" value = militia when = 10 }
}
}
i always get a command not recognized error on the following line
control = { province = 187 data = GER }
also will this event give Russia 10 militia divisions?
###### Vital province lost #
#############################################
event = {
id = 55556
random = yes
country = SOV
trigger = {
atwar = Yes (GER)
control = { province = 187 data = GER }
control = { province = 238 data = GER }
}
name = "EVT_55556_NAME"
desc = "EVT_55556_DESC"
style = 0
persistent = yes
action_a = {
name = "ACTIONNAME55556A"
command = { type = add_division which = "militia" value = militia when = 10 }
}
}
i always get a command not recognized error on the following line
control = { province = 187 data = GER }
also will this event give Russia 10 militia divisions?