I have several events. in each event there are several sub-quests. example:
In the Inn Event:
1-Clean Inn
2-Serve Drinks
3-Clean Inn
4,5,6...
In the Chef Event:
1-Clean Kitchen
2-Learn to Cook
3-Cook
4,5,6...
What I want to do is make the player sleep after completing one of this sub-quest, to continue with the next one.
however since I have several events and each event has a similar sub-quest. how can I create a condition that you can do
all 1. sub quest in all events and have to sleep to continue to 2. sub quest in all of the events? not just one.