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

CSL_GG

Colonel
62 Badges
Jun 17, 2004
934
0
  • Crusader Kings II: Way of Life
  • Victoria: Revolutions
  • Europa Universalis: Rome
  • Semper Fi
  • The Showdown Effect
  • Rome: Vae Victis
  • Warlock: Master of the Arcane
  • War of the Roses
  • 500k Club
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis IV: Pre-order
  • Pride of Nations
  • Rise of Prussia
  • Europa Universalis IV: Res Publica
  • Pillars of Eternity
  • Crusader Kings II: Horse Lords
  • Stellaris
  • Crusader Kings II: Reapers Due
  • Tyranny: Archon Edition
  • Stellaris: Leviathans Story Pack
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Steel Division: Normandy 44
  • Crusader Kings Complete
  • BATTLETECH
  • BATTLETECH: Heavy Metal
  • Europa Universalis III Complete
  • Cities in Motion
  • Crusader Kings II
  • 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
  • Dungeonland
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Hearts of Iron II: Armageddon
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • For the Motherland
  • Hearts of Iron III
  • Heir to the Throne
  • Europa Universalis III Complete
  • Leviathan: Warships
  • Magicka
Events for my AAR.

#########################################################################
# Approaching Eugene Debs
#########################################################################

event = {
id = 3733
random = no
country = USA

name = "Approach Eugene Debs?"
desc = "As 1936 went on and the problems of the Great Depression continued, Norman Thomas and several associates such as Floyd B. Olson and Huey Long determined that to win the upcoming Federal Elections they would need to persuade Eugene Debs to retake the Socialist mantel. Debs, the founder of the Socialist Party had resigned over health problems a decade before and would prove difficult to recruit."
picture = "eugene_debs"
style = 0

date = { day = 28 month = march year = 1936 }

action_a = {
name = "Approach Debs"
command = { type = trigger which = 3734 } #Debs Accepts
command = { type = dissent which = -1 }
}

action_b = {
name = "No Need To Rock The Boat"
command = { type = dissent which = 1 }
}
}

#########################################################################
# Eugene Debs Accepts the Socialist Nomination
#########################################################################

event = {
id = 3734
random = no
country = USA

name = "Eugene Debs Accepts the Nomination"
desc = "Approached by Norman Thomas, Floyd B. Olson, and Huey Long, Debs initially offered resistance to taking the nomination - citing health issues. After several days of discussion however it was determined that he would run, and with Huey Long as his Vice Presidential candidate."
picture = "eugene_debs"
style = 0

date = { day = 4 month = april year = 1936 }

action_a = {
name = "This Will Strengthen the Party"
command = { type = dissent which = -1 }
}
}

#########################################################################
# Republican National Convention - 1936
#########################################################################

event = {
id = 3735
random = no
country = USA

name = "Republican National Convention - 1936"
desc = "With both the Hoover administration and a failed Coolidge attempt at the Oval Office weighing heavily on their chests, the Republicans went into the 1936 National Convention seeking a new hope for the party. Alfred Landon, the former Governor of Kansas was selected to be the on the Republican ticket, with William Franklin Knox as his running mate,"
picture = "alf_landon"
style = 0

date = { day = 21 month = june year = 1936 }

action_a = {
name = "So Be It"
command = { type = dissent which = -1 }
}
}

The first will trigger, but the other two do not - even with a manual trigger via the console.

Ideas?