I was just wondering, is it possible for events to run on a period?
For example, instead of conditions being met, I just want the event to happen no matter what you choose to do on the dp_choice, and the event will appear in the morning or something like that.
So far, I tried:
adding the morning act that was in the main.rpy
$ event("introduction", "act == 'morning_act'"", event.once(), priority = 195)
adding the all the dp_choices
$ event("introduction", "act == 'class'", "act == 'rest'", "act == 'play'", event.once(), priority = 195)
But all of them failed. So now I'm stuck, and asking for help on the forums