Could someone tell me why this event is giving the following error code:
''ERROR : (unknown lhs in command) 'type = flag_ext' Line = 296 file = Mods\Kaiserreich for DH 1.1\db\events\Neutral Europe\Papacy.txt''
orginal event:
''ERROR : (unknown lhs in command) 'type = flag_ext' Line = 296 file = Mods\Kaiserreich for DH 1.1\db\events\Neutral Europe\Papacy.txt''
orginal event:
Code:
event = {
id = 482501
trigger = {
flag = ITA_sovoia
}
country = ITA
style = 2
name = "The monarchy restored!"
desc = "The true royal family of Italy has restored its holdings in Piedmont and Sardinia and has the pope has been placed under house arrest. The only remaining question is who should be the next king. Vittorio Emmanuel, who is rather unpopular, or his son, the popular Humbert II?"
picture = "Kaiserreich_RSI_Colosseo"
date = { day = 1 month = july year = 1937 }
offset = 30
deathdate = { day = 30 month = august year = 1937 }
action_a = {
ai_chance = 90
name = "The old king will lead Italy once again!"
command = { type = headofstate which = 3009 } Vittorio Emmanuele III
command = { type = flag_ext where = ITA which = "_savoia" }
command = { type = relation which = AUS value = -100 }
command = { type = dissent value = -3 }
command = { type = name where = ITA which = "ITA_KIN_NAME" }
command = { type = trigger which = 48254202 }
}
action_b = {
ai_chance = 10
name = "The young Umberto will lead our nation"
command = { type = headofstate which = 3011 } Umberto II
command = { type = flag_ext where = ITA which = "_savoia" }
command = { type = relation which = AUS value = -50 }
command = { type = dissent value = -5 }
command = { type = name where = ITA which = "ITA_KIN_NAME" }
command = { type = trigger which = 48254203 }
}
}