czert2 wrote:interesing idea, i considered events too, ..., and how to make it to fire it regulary and to dont create need to recreate it for every new repeat.
Creating card make it universal and repeatable without much editing.
for this use the code:
TurnIndex = 1;7;13;19
set those numbers to reflect the pattern you want, such as every 3 months and then the event will carry on.
You also need to set the number times above 1,
so the code:
evt_nam_whatever|[color="#FF0000"]20[/color]|1|NULL|NULL|$Null|NULL
means that one will fire a max of 20 times, at the intervals you have specified.
Put in an evaluation so it doesn't work when contentment is over a given level and it'll do the business for you.
There[color="#FF0000"] 20[/color] can be any number from 2 - 999, so pick to fit your circumstances