look at some of the decisions for holidays there usually locked to a specific date within months from that you can probably create a scope to fire on a specific day each year
I've taken a look at every decision inside all the files inside /decisions/ and none of them seem to do what I was asking.
All I could find in there were decisions to celebrate holidays on a specific month or period. Even if it was for a specific date, that is also not what I'm looking for. So, I appreciate it, but that's not what I wanted, if that's what you were suggesting
According to what I saw, a decision to celebrate Xmas on a specific date should look something like this.
Code:
allow = {
month == 12
day == 25 # Not sure if there is a day condition, like there is for month...
}
However, again, this is not what I was asking, here.
What I want, is to "enable" the holiday through a decision (law, actually), regardless of what date it is. Then, always get it automatically fired on a specific date, regardless if the ruler wants it or not. Pretty simple, uh? Oh.. and spamming the engine with inelegant checks every day is just not feasible to me :O
At this point, I assume there is no simple way to do it. I'll probably have to somehow use variables. Maybe to get the current day and month, if that's even possible. Then, calculate how many days are left and add the difference to a character_event = { id.x days = variable}...