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

makif130289

Field Marshal
78 Badges
Feb 20, 2008
3.631
63
  • Arsenal of Democracy
  • Supreme Ruler: Cold War
  • Europa Universalis IV: Res Publica
  • Iron Cross
  • Hearts of Iron III
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Darkest Hour
  • Crusader Kings II: Conclave
  • Stellaris
  • Imperator: Rome - Magna Graecia
  • Stellaris Sign-up
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Pre-order
  • Stellaris: Galaxy Edition
  • Stellaris: Lithoids
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Mandate of Heaven
  • Hearts of Iron IV: La Resistance
  • Europa Universalis IV: Dharma
  • Crusader Kings II
  • Stellaris: Nemesis
  • Prison Architect: Psych Ward
  • Stellaris: Ancient Relics
  • Crusader Kings II: Holy Fury
  • Prison Architect
  • Imperator: Rome Deluxe Edition
  • Europa Universalis IV: Golden Century
  • Battle for Bosporus
  • Europa Universalis IV
  • Europa Universalis IV: El Dorado
  • Stellaris: Distant Stars
  • Stellaris: Federations
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Victoria 2
  • Europa Universalis IV: Cradle of Civilization
  • Warlock 2: The Exiled
hi, I am playing as Germany in 1.01 version. I had the following event leading Franco to join Axis.


#############################################
###### Entrada en el Eje
#############################################
event = {
id = 336514
random = no
country = spa
trigger = {
NOT = {
control = { province = 900 data = eng }
control = { province = 900 data = egy }
control = { province = 900 data = fra }
control = { province = 900 data = usa }
control = { province = 900 data = sov }
war = { country = spa country = ger }
war = { country = spa country = ita }
}
flag = hendaya

}

name = "EVT_336514_NAME" # Joining the Axis
desc = "EVT_336514_DESC"
style = 2

date = { day = 20 month = october year = 1940 }
offset = 7
deathdate = { day = 31 month = december year = 1947 }


picture = "allied_strategic_defeat"

action_a = {
name = "ACTIONNAME336514A" # We will become great
ai_chance = 90
command = { type = relation which = ger value = 20 }
command = { type = relation which = ita value = 10 }
command = { type = dissent value = 2 }
command = { type = domestic which = democratic value = -1 }
command = { type = trigger which = 316037 }
}
action_b = {
name = "ACTIONNAME336514B" # Definitively No
ai_chance = 10
command = { type = relation which = ger value = -50 }
command = { type = dissent value = -2 }
command = { type = domestic which = interventionism value = -1 }
}

}


control = { province = 900 data = eng }
control = { province = 900 data = egy }
control = { province = 900 data = fra }
control = { province = 900 data = usa }
control = { province = 900 data = sov }


here, the condition is Suveyz ( ID : 900 ). But shouldn't it be Gibraltar ?
 
Upvote 0