I have an important event that involves change of tag, so preferible it should happen while at peace, but upon reaching a certain date, it should happen regardless of anything.
The way I scripted it is:
But when the country is at peace during the period the event does not trigger. I have checked the Harvard bible but don't find anything wrong with it.
Anybody knows how to make it work? Any help is apreciated.
The way I scripted it is:
Code:
trigger = {
OR = { atwar = no
year = 1490 }
}
date = { day = 16 month = january year = 1479 }
offset = 60
deathdate = { day = 1 month = january year = 1491 }
But when the country is at peace during the period the event does not trigger. I have checked the Harvard bible but don't find anything wrong with it.
Anybody knows how to make it work? Any help is apreciated.