Hi, I have a question about random events. Is it possible to have province-specific random events?
I made a couple like this one:
I'm waiting now for 15 years that this event fires for the AI-country that owns #347 but nothing...
I made a couple like this one:
event = {
id = xxx
trigger = {
ai = yes
year = 1337
NOT = { year = 1803 }
NOT = { exists = THU }
NOT = { owned = { province = 347 data = BAY } }
}
random = yes
province = 347
name = "Grant Würzburg independence"
desc = "AI Event"
style = 1
action_a = {
name = "Grant Würzburg independence"
command = { type = independence which = THU }
}
}
I'm waiting now for 15 years that this event fires for the AI-country that owns #347 but nothing...