I have never written an independence event before and I am curious are the triggers for these two events correct? Also is the comand in event the second event correct? Do I need to add another event to the ETH file to get the independece event to fire?
##############################################
### Hallie Selassie Returns Home
### By Micah Goodman
##############################################
event = {
id = 3131526
random = no
country = ENG
trigger = {
AND = {
war = { country = ENG country = ITA }
control = { province = 1046 data = ENG }
NOT = { exists = ETH }
}
}
style = 0
date = { day = 1 month = january year = 1936 }
offset = 5
deathdate = { day = 30 month = december year = 1964 }
name = "Hallie Selassie Returns Home"
desc = "With Allied forces in control of Addis Ababa Hallie Selassie returned to his country."
action_a = {
name = "Great"
command = {}
}
}
##############################################
### Ethiopia Regains Independence From Italy
### By Micah Goodman
##############################################
event = {
id = 3131527
random = no
country = ENG
trigger = {
AND = {
war = { country = ENG country = ITA }
NOT = { exists = ETH }
control = { province = 1048 data = ENG } # Adwa
control = { province = 1049 data = ENG } # Denakil
control = { province = 1042 data = ENG } # Gonder
control = { province = 1043 data = ENG } # Dese
control = { province = 1049 data = ENG } # Dire Dawa
control = { province = 1051 data = ENG } # Harar
control = { province = 1044 data = ENG } # Debre Mark'os
control = { province = 1045 data = ENG } # Gambela
control = { province = 1046 data = ENG } # Addis Ababa
control = { province = 1052 data = ENG } # Ginir
control = { province = 1054 data = ENG } # Ogaden
control = { province = 1047 data = ENG } # Jima
control = { province = 1053 data = ENG } # Moyale
}
}
date = { day = 1 month = january year = 1936 }
offset = 5
deathdate = { day = 30 month = december year = 1964 }
style = 0
name = "Ethiopia Free Again!"
desc = "With the Italians in full retreat and the English in control of Ethiopia Hallie Selassie resumed the rule of his country. Ethiopia was once again free."
action_a = {
name = "The Lion returns"
command = { type = independence which = ETH }
}
}
##############################################
### Hallie Selassie Returns Home
### By Micah Goodman
##############################################
event = {
id = 3131526
random = no
country = ENG
trigger = {
AND = {
war = { country = ENG country = ITA }
control = { province = 1046 data = ENG }
NOT = { exists = ETH }
}
}
style = 0
date = { day = 1 month = january year = 1936 }
offset = 5
deathdate = { day = 30 month = december year = 1964 }
name = "Hallie Selassie Returns Home"
desc = "With Allied forces in control of Addis Ababa Hallie Selassie returned to his country."
action_a = {
name = "Great"
command = {}
}
}
##############################################
### Ethiopia Regains Independence From Italy
### By Micah Goodman
##############################################
event = {
id = 3131527
random = no
country = ENG
trigger = {
AND = {
war = { country = ENG country = ITA }
NOT = { exists = ETH }
control = { province = 1048 data = ENG } # Adwa
control = { province = 1049 data = ENG } # Denakil
control = { province = 1042 data = ENG } # Gonder
control = { province = 1043 data = ENG } # Dese
control = { province = 1049 data = ENG } # Dire Dawa
control = { province = 1051 data = ENG } # Harar
control = { province = 1044 data = ENG } # Debre Mark'os
control = { province = 1045 data = ENG } # Gambela
control = { province = 1046 data = ENG } # Addis Ababa
control = { province = 1052 data = ENG } # Ginir
control = { province = 1054 data = ENG } # Ogaden
control = { province = 1047 data = ENG } # Jima
control = { province = 1053 data = ENG } # Moyale
}
}
date = { day = 1 month = january year = 1936 }
offset = 5
deathdate = { day = 30 month = december year = 1964 }
style = 0
name = "Ethiopia Free Again!"
desc = "With the Italians in full retreat and the English in control of Ethiopia Hallie Selassie resumed the rule of his country. Ethiopia was once again free."
action_a = {
name = "The Lion returns"
command = { type = independence which = ETH }
}
}