So i made a decisions like this:
----------------------------------------------------------------------
introduce_soldier = {
potential = {
is_ai = no
}
effect = {
add_legitimacy = 1
trigger_event = introduce_soldier.2
}
ai_will_do = {
base = 0
}
}
----------------------------------------------------------------------
And after that i made an event like this:
----------------------------------------------------------------------
type = country_event
title = "Soldier Presented"
desc = "A young man has been introduced to the court"
picture = greek_court
left_portrait = scope:target
trigger = {
}
immediate = {
create_character = {
age = 16
female = no
culture = root.culture
religion = root.religion
birth_province = root.capital_scope
add_martial = 8
add_finesse = 4
add_charisma = 5
add_zeal = 4
add_character_experience = 12
}
}
option = {
name = "He is fit for duty"
}
option = {
name = "Turn him away"
scope:target = {
death = { death_reason = death_obscurity }
}
}
-----------------------------------------------------------------------
The decision is showing up in the decisions menu, i can click it, but nothing happens.
I know something is wrong somewhere around here, but i'm struggling for like 1 hour to solve it.
Can somebody help me please?
----------------------------------------------------------------------
introduce_soldier = {
potential = {
is_ai = no
}
effect = {
add_legitimacy = 1
trigger_event = introduce_soldier.2
}
ai_will_do = {
base = 0
}
}
----------------------------------------------------------------------
And after that i made an event like this:
----------------------------------------------------------------------
type = country_event
title = "Soldier Presented"
desc = "A young man has been introduced to the court"
picture = greek_court
left_portrait = scope:target
trigger = {
}
immediate = {
create_character = {
age = 16
female = no
culture = root.culture
religion = root.religion
birth_province = root.capital_scope
add_martial = 8
add_finesse = 4
add_charisma = 5
add_zeal = 4
add_character_experience = 12
}
}
option = {
name = "He is fit for duty"
}
option = {
name = "Turn him away"
scope:target = {
death = { death_reason = death_obscurity }
}
}
-----------------------------------------------------------------------
The decision is showing up in the decisions menu, i can click it, but nothing happens.
I know something is wrong somewhere around here, but i'm struggling for like 1 hour to solve it.
Can somebody help me please?