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

jarod45

Sergeant
Aug 11, 2012
92
0
hi guys

i was wondering if you could help me please

ive made a couple of events the first event triggers the 2nd at a later date

they are working correctly except for one thing. When the second event fires it shows two screens of the same event for you to click

please see the text and tell me what mistake ive made please mate

#########################################################################
#
#########################################################################
event = {
id = 1212038
random = no
country = GER

trigger = {
day = 11
month = january
year = 1936
event = 1212039
}

date = { day = 11 month = january year = 1936 }
offset = 1
deathdate = { day = 30 month = december year = 1999 }

name = "EVT_1212038_NAME"
desc = "EVT_1212038_DESC"
style = 0
picture = ""


action_a = {
ai_chance = 99
name = "ACTIONNAME1212038A" #
command = { type = relation which = POL value = -20 }
command = { type = relation which = AUS value = -10 }
command = { type = belligerence which = GER value = 2 }
command = { type = manpowerpool value = -30 }
}
action_b = {
ai_chance = 1
name = "ACTIONNAME1212038B" #
command = { type = dissent value = 40 }
}
}
#########################################################################
#
#########################################################################
event = {
id = 1212039
random = no
country = GER

name = "EVT_1212039_NAME"
desc = "EVT_1212039_DESC"
style = 0
picture = ""


date = { day = 05 month = january year = 1936 }

action_a = {
ai_chance = 99
name = "ACTIONNAME1212039A" #
command = { type = belligerence which = GER value = 5 }
command = { type = trigger which = 1212038 }

}
action_b = {
ai_chance = 1
name = "ACTIONNAME1212039B" #
command = { type = dissent value = 20 }
}
}