Code:
#########################################################################
# Event Name
#########################################################################
event = {
id = 700001
random = no
country = YUG
name = "NA"
desc = "NA"
style = 0
picture = "uprising"
trigger = {
exists = YUG
}
date = { day = 26 month = april year = 1947 }
offset = 1
deathdate = { day = 27 month = april year = 1947 }
action_a = {
name = "Reform Yugoslavia"
ai_chance = 70
command = { type = inherit which = BOS }
command = { type = inherit which = CRO }
command = { type = inherit which = SLV }
command = { type = inherit which = SER }
command = { type = inherit which = ALB }
}
action_b = {
name = "Reform with Eastern States Only"
ai_chance = 30
command = { type = inherit which = SER }
command = { type = inherit which = ALB }
command = { type = end_puppet which = BOS }
command = { type = end_puppet which = CRO }
command = { type = end_puppet which = SLV }
command = { type = leave_alliance }
Can somebody help me determine why my scenario wont load when I use this event? I have a feeling it has to do with action b's commands. I've never used those before so I may have did them wrong.