Need help with DSE concerning the period

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
User avatar
soraibi
Regular
Posts: 72
Joined: Sat Aug 31, 2013 10:10 pm
Location: Australia
Contact:

Need help with DSE concerning the period

#1 Post by soraibi » Sat Oct 03, 2015 10:58 am

Hi,

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 :roll:

Post Reply

Who is online

Users browsing this forum: Bing [Bot], Google [Bot], _ticlock_