This is a code I made from a Vlog.

How this works

Upon starting a game, two choices will show up. There is also a quests button (on the upper-right). Clicking it will show you can see the unavailable, available, and completed quests

  1. Choosing the "Clean Room" quest will remove it from my_quests as well as the menu.
  2. Choosing the  "Cook Breakfast" quest will remove it from the my_quests as well as the menu. It will also unlock the "Eat Breakfast" quest.
  3. Choosing the "Eat Breakfast" quest will remove it from the my_quests as well as the menu.

Once all 3 choices are done. This will end the game.

Order of how the code should be read:

  1. quest
  2. quest_items
  1. script
  2. custom_screens

Sponsorship

Patreon
Patreon Sponsors

StatusReleased
CategoryAssets
Rating
Rated 5.0 out of 5 stars
(2 total ratings)
AuthorZeil Learnings

Download

Download NowName your own price

Click download now to get access to the following files:

quests.zip 1 MB

Development log

Comments

Log in with itch.io to leave a comment.

(+1)

I really like the display of quests at the corner of the screen! I think it makes it easy for the player to keep track of what they should do. Good stuff! :)