I have some problems. Get a message Unknown string wanted when I script this event. What do I do wrong? Also the game terminate. I guess something about the name is wrong or?
# Independence for the Christian in the east#
event = {
id = 200000
random = no
country = JER
name = "After gaining independence the Christians in the east faced tough decisions"
style = 1
date = { day = 1 month = january year = 1419 }
offset = 60
deathdate = { day = 1 month = january year = 1800 }
action_a ={ # #
name = "Accept other Christians into our administration"
command = { type = add_countryculture which = arabic }
command = { type = relation which = PAP value = -100 }
command = { type = domestic which = INNOVATIVE value = 1 }
command = { type = treasury value = 200 }
command = { type = infantry which = -1 value = 10000 }
}
action_b ={ ##
name = "God wants us to stay pure ask the Pope for help"
command = { type = relation which = PAP value = 200 }
command = { type = relation which = TUR value = -100 }
command = { type = treasury value = 500 }
command = { type = cavalry which = -1 value = 5000 }
command = { type = artillery which = -2 value = 50 }
}
action_c ={ ##
name = "Accept all beliefs in our land"
command = { type = add_countryculture which = arabic }
command = { type = relation which = PAP value = -100 }
command = { type = relation which = VEN value = -100 }
command = { type = relation which = TUR value = 100 }
command = { type = treasury value = 200 }
command = { type = domestic which = INNOVATIVE value = 2 }
command = { type = stability value = -2 }
command = { type = infantry which = -2 value = 10000 }
command = { type = cavalry which = -2 value = 5000 }
}
}
# Independence for the Christian in the east#
event = {
id = 200000
random = no
country = JER
name = "After gaining independence the Christians in the east faced tough decisions"
style = 1
date = { day = 1 month = january year = 1419 }
offset = 60
deathdate = { day = 1 month = january year = 1800 }
action_a ={ # #
name = "Accept other Christians into our administration"
command = { type = add_countryculture which = arabic }
command = { type = relation which = PAP value = -100 }
command = { type = domestic which = INNOVATIVE value = 1 }
command = { type = treasury value = 200 }
command = { type = infantry which = -1 value = 10000 }
}
action_b ={ ##
name = "God wants us to stay pure ask the Pope for help"
command = { type = relation which = PAP value = 200 }
command = { type = relation which = TUR value = -100 }
command = { type = treasury value = 500 }
command = { type = cavalry which = -1 value = 5000 }
command = { type = artillery which = -2 value = 50 }
}
action_c ={ ##
name = "Accept all beliefs in our land"
command = { type = add_countryculture which = arabic }
command = { type = relation which = PAP value = -100 }
command = { type = relation which = VEN value = -100 }
command = { type = relation which = TUR value = 100 }
command = { type = treasury value = 200 }
command = { type = domestic which = INNOVATIVE value = 2 }
command = { type = stability value = -2 }
command = { type = infantry which = -2 value = 10000 }
command = { type = cavalry which = -2 value = 5000 }
}
}