Skip to content

Adding a new Quest

Diego Penha edited this page Feb 4, 2021 · 4 revisions

Quests are simple things if you think about it. All of them consist of one thing: steps. A quest is a list of steps, each step of a quest you need to do some thing. In Tiny Land you can do five different things:

  • Kill a certain amount of certain types of enemies
  • Talk to a specific NPC
  • Reach a certain level before continuing
  • Have a certain amount of certain types of items in your bag
  • Receive an item from a certain NPC

and in the end, a quest gives you some reward. In Tiny Land there are 2 types of rewards: Item or XP.

Let's go ahead and create our own quest, where Lonely Man asks us to kill Evil Denture.

Files involved

Clone this wiki locally