I'm unsure about the Offset command...either it doesn't work properly, or I don't have a correct understanding of it.
It would seem to me that in an event such as this...
...that this event should fire 90 days after its trigger conditions are met. Instead, it always fires too soon, sometimes even the next day! Am I wrong? If so, how do I get an event to fire EXACTLY 90 days after a previous event?
It would seem to me that in an event such as this...
event = {
id = 400296
country = GER
random = no
Trigger = {
OR = {
event = 400262
event = 400263
event = 400264
event = 400265
}
}
date = { day = 1 month = january year = 1936 }
offset = 90
deathdate = { day = 30 month = december year = 2000 }
name = "Progress Report"
desc = "The Synthetic Oil Complex is now 25% completed."
style = 0
action_a = {
name = "Excellent!"
command = { }
}
}
...that this event should fire 90 days after its trigger conditions are met. Instead, it always fires too soon, sometimes even the next day! Am I wrong? If so, how do I get an event to fire EXACTLY 90 days after a previous event?