Events must be triggered by something. This can be an on_action or any effect. If you want an event to happen precisely six days after the start, adding an effect to the history files is the best way to do so. Trigger conditions only determine whether the event can actually fire when called by the effect.
For example, in 00_global.txt:
Code:
c:PNI ?= {
trigger_event = {
id = garibaldi_events.1
days = 6
}
}
Events must be triggered by something. This can be an on_action or any effect. If you want an event to happen precisely six days after the start, adding an effect to the history files is the best way to do so. Trigger conditions only determine whether the event can actually fire when called by the effect.
For example, in 00_global.txt:
Code:
c:PNI ?= {
trigger_event = {
id = garibaldi_events.1
days = 6
}
}
it works! thanks pal! are there any other counters apart from days? like months or years?