summaryrefslogtreecommitdiff
path: root/npc/functions/quest-debug/028-General_Narrator.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/quest-debug/028-General_Narrator.txt')
-rw-r--r--npc/functions/quest-debug/028-General_Narrator.txt25
1 files changed, 0 insertions, 25 deletions
diff --git a/npc/functions/quest-debug/028-General_Narrator.txt b/npc/functions/quest-debug/028-General_Narrator.txt
deleted file mode 100644
index 408668b7a..000000000
--- a/npc/functions/quest-debug/028-General_Narrator.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-// Narrator debug
-// Author:
-// gumi
-
-function script QuestDebug28 {
- do
- {
- clear;
- setnpcdialogtitle l("Quest debug");
- mes "General_Narrator";
- mes "---";
- mes l("Quest state: @@", getq(General_Narrator));
- next;
-
- GenericQuestDebug General_Narrator,
- l("Game introduction"), 0,
- l("Visited Artis at least once"), 1;
-
- if (@menuret < 0)
- {
- return;
- }
-
- } while (1);
-}