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

Gen.Armando

Illuminati
87 Badges
Feb 22, 2006
447
4
  • Cities: Skylines - Snowfall
  • Warlock 2: The Exiled
  • Warlock 2: Wrath of the Nagas
  • 500k Club
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Mount & Blade: Warband
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Warlock: Master of the Arcane
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV Sign-up
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Cities: Skylines - Natural Disasters
  • Stellaris: Necroids
  • Europa Universalis IV: Conquest of Paradise
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Deus Vult
  • Europa Universalis III: Chronicles
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Crusader Kings II
  • Europa Universalis IV: Wealth of Nations
  • For the Motherland
  • Hearts of Iron III
  • Impire
  • Europa Universalis III Complete
  • Magicka
  • Majesty 2 Collection
  • Europa Universalis IV: Res Publica
  • Semper Fi
  • Supreme Ruler 2020
event = {
id = 911231
random = no
country = SOV

trigger = {
exists = GER
}
}
}

name = "EVT_2604_NAME"
desc = "EVT_2604_DESC"
style = 0
picture = "E_Poland_Sov"

date = { day = 1 month = february year = 1936 }
offset = 10
deathdate = { day = 29 month = december year = 1947 }

action_a = {
name = "OK" # Glory to our new german mate!
command = { type = coup_nation which = GER }# Youhou!
}
}

Can someone tell me what is wrong with this event? I'm trying to make a Soviet IA sucessfuly coup Germany at the beginning of the 1936 campaign :(
 
Code:
event = {
id = 911231
random = no
country = SOV

trigger = {
exists = GER
}
[COLOR=Red]}
}[/COLOR]

name = "EVT_2604_NAME"
desc = "EVT_2604_DESC"
style = 0
picture = "E_Poland_Sov"

date = { day = 1 month = february year = 1936 }
offset = 10
deathdate = { day = 29 month = december year = 1947 }

action_a = {
name = "OK" # Glory to our new german mate!
command = { type = coup_nation which = GER }# Youhou!
}
}

Remove the two red quotes and try it.