summaryrefslogtreecommitdiff
path: root/npc/functions/quest-debug/034-ArtisQuests_TrainingLegion.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/quest-debug/034-ArtisQuests_TrainingLegion.txt')
-rw-r--r--npc/functions/quest-debug/034-ArtisQuests_TrainingLegion.txt28
1 files changed, 0 insertions, 28 deletions
diff --git a/npc/functions/quest-debug/034-ArtisQuests_TrainingLegion.txt b/npc/functions/quest-debug/034-ArtisQuests_TrainingLegion.txt
deleted file mode 100644
index ba72fd07..00000000
--- a/npc/functions/quest-debug/034-ArtisQuests_TrainingLegion.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-// Training Legion quest
-// Authors:
-// omatt
-
-function script QuestDebug34 {
- do
- {
- clear;
- setnpcdialogtitle l("Quest debug");
- mes "ArtisQuests_TrainingLegion";
- mes "---";
- mes l("Quest state: @@", getq(ArtisQuests_TrainingLegion));
- next;
-
- GenericQuestDebug ArtisQuests_TrainingLegion,
- l("Does not have the quest"), 0,
- l("Finished sword training"), 1,
- l("Finished bow training"), 2,
- l("Both sword and bow training are finished"), 3,
- l("Skill training finished, end of quest"), 4;
-
- if (@menuret < 0)
- {
- return;
- }
-
- } while (1);
-}