Looking at the event:
Which I believe means event 3935 needs to not have fired for this one to fire. But looking in the save event 3935 has already fired, so as far as I can tell it shouldn't fire...
Code:
#The Repatriation of the Netherlands#
event = {
id = 3171
trigger = {
OR = {
event = 3159
event = 3315
event = 3316
}
[B] NOT = { event = 3935 }[/B]
}
random = no
country = SPA
name = "EVENTNAME3171"
desc = "EVENTHIST3171"
style = 3
date = { day = 1 month = january year = 1648 }
offset = 10
deathdate = { day = 1 month = january year = 1649 }
action_a ={ #The Netherlands is Subjugated#
name = "ACTIONNAME3171A"
command = { type = conversion which = 380 }
command = { type = province_revoltrisk which = 337 value = -30 }
command = { type = province_revoltrisk which = 338 value = -30 }
command = { type = province_revoltrisk which = 339 value = -30 }
command = { type = province_revoltrisk which = 340 value = -30 }
command = { type = province_revoltrisk which = 377 value = -27 }
command = { type = province_revoltrisk which = 378 value = -27 }
command = { type = province_revoltrisk which = 379 value = -27 }
command = { type = province_revoltrisk which = 380 value = -27 }
command = { type = domestic which = CENTRALIZATION value = 3 }
command = { type = treasury value = 300 }
command = { type = stability value = 3 }
}
}
Which I believe means event 3935 needs to not have fired for this one to fire. But looking in the save event 3935 has already fired, so as far as I can tell it shouldn't fire...