Im trying to create an Event and when i think i have it down i get this error.
Also heres the event im trying to work on.
Also heres the event im trying to work on.
What did i do wrong and how do i make it right?#############################################
###### Choose a Germany #
#############################################
event = {
id = 10000000
random = no
country = GER
#To be triggered manually
name = "Choose which Germany to play as."
desc = "Gotta love the way to have a free mind in the free world of Germany."
style = 0
action_a = {
name = "Cool!"
command = { type = country which = DFR }
command = { type = set_domestic which = democratic value = 10 }
command = { type = set_domestic which = political_left value = 2 }
command = { type = set_domestic which = freedom value = 10 }
command = { type = set_domestic which = free_market value = 8 }
command = { type = set_domestic which = professional_army value = 7 }
command = { type = set_domestic which = defense_lobby value = 3 }
command = { type = set_domestic which = interventionism value = 6 }
command = leave_alliance
}
action_b = {
name = "sweet"
command = { type = country which = DDR }
command = { type = set_domestic which = democratic value = 1 }
command = { type = set_domestic which = political_left value = 10 }
command = { type = set_domestic which = freedom value = 1 }
command = { type = set_domestic which = free_market value = 1 }
command = { type = set_domestic which = professional_army value = 7 }
command = { type = set_domestic which = defense_lobby value = 3 }
command = { type = set_domestic which = interventionism value = 6 }
command = leave_alliance
}
action_c = {
name = "damn"
command = { type = dissent value = 25 }
}