This event doesn't seem to work... It's always ignored when all triggers are met, even if I try to do it with the "event" command in the console 
I wanted to give Scotland its own act of union...
I've tried without the flag command, didn't work either
Any idea?
I wanted to give Scotland its own act of union...
Code:
[color=white]
#The Act of Union#
event = {
id = 15015
trigger = {
owned = {
province = 247
data = -1
}
NOT = {
exists = ENG
}
}
random = no
country = SCO
name = "The Act of Union"
desc = "no description available"
style = 1
date = { day = 1 month = january year = 1419 }
offset = 30
deathdate = { day = 1 month = january year = 1820 }
action_a ={
name = "The island is united"
command = { type = stability value = 1 }
command = { type = flag which = 6 }
command = { type = domestic which = CENTRALIZATION value = 1 }
command = { type = add_countryculture which = anglosaxon }
command = { type = addcore which = 243 }
command = { type = addcore which = 244 }
command = { type = addcore which = 245 }
command = { type = addcore which = 246 }
command = { type = addcore which = 247 }
command = { type = addcore which = 248 }
command = { type = addcore which = 249 }
command = { type = addcore which = 250 }
}
}
[/color]
I've tried without the flag command, didn't work either
Any idea?