summaryrefslogtreecommitdiff
path: root/npc/functions/quest-debug/100-General_Narrator.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/quest-debug/100-General_Narrator.txt')
-rw-r--r--npc/functions/quest-debug/100-General_Narrator.txt27
1 files changed, 0 insertions, 27 deletions
diff --git a/npc/functions/quest-debug/100-General_Narrator.txt b/npc/functions/quest-debug/100-General_Narrator.txt
deleted file mode 100644
index a88f5d6a..00000000
--- a/npc/functions/quest-debug/100-General_Narrator.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-// Narrator debug
-// Author:
-// gumi
-
-function script QuestDebug100 {
- 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("Arrived in Artis"), 1,
- l("Arrived in Argaes"), 2,
- l("Sent to Airlia"), 3;
-
- if (@menuret < 0)
- {
- return;
- }
-
- } while (1);
-}