• 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.

Nebula21399

Second Lieutenant
51 Badges
Sep 15, 2018
151
252
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Age of Wonders III
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Apocalypse
  • Crusader Kings II: Reapers Due
  • Cities: Skylines - Parklife
  • Stellaris: Distant Stars
  • Europa Universalis IV: Dharma
  • Stellaris: Megacorp
  • Crusader Kings II: Holy Fury
  • Europa Universalis IV: Golden Century
  • Imperator: Rome
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: La Resistance
  • Stellaris: Federations
  • Hearts of Iron IV: No Step Back
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Conclave
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Res Publica
  • Crusader Kings II: Jade Dragon
  • Europa Universalis IV: Third Rome
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Mare Nostrum
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?
 
Also sorry for spamming threads. This will be the last one. I don't know how to delete my threads

Edit:

Nevermind guys. I solved the problem
 
Last edited: