I am modifying the mod for my self but i am having a hard time making events (ck2 modding noob) I made a test event but when in game it would not show theoptions just the description.
character_event = {
id = 999000002
desc = "Friendship is Formed"
picture = GFX_evt_feast
trigger = {
has = { id = 99000001 }
has = { 8294.2.3 }
not = { 8294.2.4 }
}
option = {
name = "Shake his Hand"
add_friend = 99000002
ai_chance = { 95 }
opinion = {
modifier = "Step-Father"
who = 99000002
years = 25
}
}
option = {
name = "Walk away"
ai_chance = { 5 }
opinion = {
modifier = "Refused_to_acknowledge"
who = 99000002
years = 25
}
}
}
character_event = {
id = 999000002
desc = "Friendship is Formed"
picture = GFX_evt_feast
trigger = {
has = { id = 99000001 }
has = { 8294.2.3 }
not = { 8294.2.4 }
}
option = {
name = "Shake his Hand"
add_friend = 99000002
ai_chance = { 95 }
opinion = {
modifier = "Step-Father"
who = 99000002
years = 25
}
}
option = {
name = "Walk away"
ai_chance = { 5 }
opinion = {
modifier = "Refused_to_acknowledge"
who = 99000002
years = 25
}
}
}