I'm using some events that will fire only during campaigns - though which aren't of the type to set attitudes.
Two existing events of Mettermrck's "House Divided" and "Lincoln-Douglas Debates" have been refitted with a new campaign-based trigger. Here are two new ones...
Two existing events of Mettermrck's "House Divided" and "Lincoln-Douglas Debates" have been refitted with a new campaign-based trigger. Here are two new ones...
Code:
#############################################
### VIP ACW - prewar trigger event by aprof
event = {
id = 304725
random = no
country = USA
picture = 14207
trigger = { NOT = { exists = CSA }
campaign = yes
random = 15
slavery = yes
}
name = "Democrats Split at Convention"
desc = "Unable to agree over the platform issue of allowing slavery in the territories, several deep south delegations left the Democratic convention in Charleston. When it was reconvened in Baltimore, the convention leaders refused to reseat these delegates who went to Richmond where they nominated John C. Breckinridge."
style = 0
date = { year = 1858 }
offset = 30
deathdate = { year = 1868 }
action_a = {
name = "We'll just hold our own convention"
command = { type = local_incflag which = flg_gone_south value = 1 }
}
}
#############################################
### VIP ACW - prewar trigger event by aprof
event = {
id = 304726
random = no
country = USA
picture = 14207
trigger = { NOT = { exists = CSA }
campaign = yes
random = 15
slavery = yes
}
name = "Southern Fire-eaters"
desc = "Within the South, it was seen that abolitionists were in constant assault upon the South. That coupled with the South's ever-decreasing influence in the nation resulted in the rise of increasingly more virulent defenders - the 'fire-eaters.' It was these men more than any other who split the ranks of the Democratic party which allowed the election of Lincoln and led the South to secession. "
style = 0
date = { year = 1858 }
offset = 30
deathdate = { year = 1868 }
action_a = {
name = "Be true to your own sense of right"
command = { type = local_incflag which = flg_gone_south value = 1 }
}
}