From 5b2963fc46efd1acfc1ad890e3b745ec9ba62729 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 23 Mar 2025 21:36:45 +0100 Subject: [PATCH] Add warning for failures in the Quest tutorial lesson (not yet complete) --- .../Beginner-Tutorial/Part3/Beginner-Tutorial-Quests.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/Howtos/Beginner-Tutorial/Part3/Beginner-Tutorial-Quests.md b/docs/source/Howtos/Beginner-Tutorial/Part3/Beginner-Tutorial-Quests.md index e4aee29fe6..91ff51f7ce 100644 --- a/docs/source/Howtos/Beginner-Tutorial/Part3/Beginner-Tutorial-Quests.md +++ b/docs/source/Howtos/Beginner-Tutorial/Part3/Beginner-Tutorial-Quests.md @@ -1,5 +1,9 @@ # Game Quests +```{warning} +This tutorial lesson is not yet complete, and has some serious bugs in its implementation. So use this as a reference, but the code is not yet ready to use directly. +``` + A _quest_ is a common feature of games. From classic fetch-quests like retrieving 10 flowers to complex quest chains involving drama and intrigue, quests need to be properly tracked in our game. A quest follows a specific development: