J
Jenna Haze
Guest
Hi,
i created for nwo custom events for a dönitz coup after the 1954 west german president election which triggered civil war, ids ranging from 9999900 to 9999950 or so and they are working without a problem. Now i wanted to create some event for a possible allignment of this new west germany with nato but i cant get the event to trigger:
event = {
id = 9999980
country = GER
one_action = yes
name = "Fighter Incident"
desc = "German fighters accidentally enter DDR airspace"
style = 2
picture = "news_paper"
trigger = {
exists = DDR
NOT = { exists = DFR }
atwar = no
random = 50
}
date = { day = 0 month = september year = 1959 }
offset = 30
deathdate = { day = 29 month = december year = 1963 }
action = {
ai_chance = 95
name = "DDR radar doesnt detect our fighters" # We are lucky
command = { type = dissent value = -1 }
}
action = {
ai_chance = 5
name = "DDR radar detects our fighters" # We are unlucky
command = { type = trigger which = 9999981 }
}
}
Is there an error in the event which i overlooked? I tried everything until i even copied some other events and just used the id - it still did not work... Then i started to try some different event ids (which i think are unused) but it will still not fire up. (event id is not among the already slept ids in savegame)
What could possibly prevent this event from firing?
i created for nwo custom events for a dönitz coup after the 1954 west german president election which triggered civil war, ids ranging from 9999900 to 9999950 or so and they are working without a problem. Now i wanted to create some event for a possible allignment of this new west germany with nato but i cant get the event to trigger:
event = {
id = 9999980
country = GER
one_action = yes
name = "Fighter Incident"
desc = "German fighters accidentally enter DDR airspace"
style = 2
picture = "news_paper"
trigger = {
exists = DDR
NOT = { exists = DFR }
atwar = no
random = 50
}
date = { day = 0 month = september year = 1959 }
offset = 30
deathdate = { day = 29 month = december year = 1963 }
action = {
ai_chance = 95
name = "DDR radar doesnt detect our fighters" # We are lucky
command = { type = dissent value = -1 }
}
action = {
ai_chance = 5
name = "DDR radar detects our fighters" # We are unlucky
command = { type = trigger which = 9999981 }
}
}
Is there an error in the event which i overlooked? I tried everything until i even copied some other events and just used the id - it still did not work... Then i started to try some different event ids (which i think are unused) but it will still not fire up. (event id is not among the already slept ids in savegame)
What could possibly prevent this event from firing?