tiny-questline
# Tiny questline
Okay you want to create a tiny questline? Here is a simple example. To manage the state of a quesline usually in video games you must use a thing called Flag! Flags are just a way to store a boolean value. In dverso Storage Flags are always persisted on account, so everytime a user login in the same world with the same account the flags will be the same.
Let's go to the example: