• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

LordMagnus

Sergeant
4 Badges
Mar 21, 2014
57
0
  • Crusader Kings II
  • Europa Universalis III
  • Europa Universalis IV
  • Victoria 2
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
}
}
}