Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to make quests in a game
- Basketbaldude2020
-
81 posts
How to make quests in a game
Im making an update to my game and one of the features in the update are quests can anybody show me how to make quests please?
- drchubbington
-
100+ posts
How to make quests in a game
That's a very general question.
Coding quests depends on the structure of your game. I really don't know how to help you without knowing more.
As for making up quests (and achievements), I recommend goals that make the player do new things and that promote an interesting gameplay experience. For example, a good quest in Minecraft could be to trade with a piglin for a specific item. This forces the player to explore the dangerous Nether dimension, which can be both fun and risky at the same time.
Sorry if that's not what you asked, but I had to put something…
Coding quests depends on the structure of your game. I really don't know how to help you without knowing more.
As for making up quests (and achievements), I recommend goals that make the player do new things and that promote an interesting gameplay experience. For example, a good quest in Minecraft could be to trade with a piglin for a specific item. This forces the player to explore the dangerous Nether dimension, which can be both fun and risky at the same time.
Sorry if that's not what you asked, but I had to put something…
Last edited by drchubbington (Jan. 10, 2022 02:16:15)
- Basketbaldude2020
-
81 posts
How to make quests in a game
Oh I got it
when green flag clicked
if <1M Dollars> then
Achivement unlocked!
end
- drchubbington
-
100+ posts
How to make quests in a game
There you go! Lmk if you have any other questions.
- Discussion Forums
- » Help with Scripts
-
» How to make quests in a game