I have just started trying to make a mod and i'm making a simple civil war event for greece that looks like below. I will edit stuff like names and descriptions later but for now I just wanted to get the basics down. I edited the spanish civil war event (as you probably can clearly see). For some reason the event won't go off though and I need your help.
Thanks in advance
#########################################################################
# Spanish Civil War - Follow up event - Ceding oversea provinces to SPA
#########################################################################
event = {
id = 11000
random = no
country = GRE
name = "EVT_11000_NAME"
desc = "EVT_11000_DESC"
style = 0
picture = "SCW"
action_a = {
name = "OK" # En la Defensa de la Democracia!
command = { type = secedeprovince which = U11 value = 535 }
command = { type = secedeprovince which = U11 value = 411 }
command = { type = secedeprovince which = U11 value = 412 }
}
}
Thanks in advance
#########################################################################
# Spanish Civil War - Follow up event - Ceding oversea provinces to SPA
#########################################################################
event = {
id = 11000
random = no
country = GRE
name = "EVT_11000_NAME"
desc = "EVT_11000_DESC"
style = 0
picture = "SCW"
action_a = {
name = "OK" # En la Defensa de la Democracia!
command = { type = secedeprovince which = U11 value = 535 }
command = { type = secedeprovince which = U11 value = 411 }
command = { type = secedeprovince which = U11 value = 412 }
}
}
Last edited: