summaryrefslogtreecommitdiff
path: root/npc/functions/quest-debug/007-ShipQuests_Door.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/quest-debug/007-ShipQuests_Door.txt')
-rw-r--r--npc/functions/quest-debug/007-ShipQuests_Door.txt25
1 files changed, 0 insertions, 25 deletions
diff --git a/npc/functions/quest-debug/007-ShipQuests_Door.txt b/npc/functions/quest-debug/007-ShipQuests_Door.txt
deleted file mode 100644
index 88aa00ab..00000000
--- a/npc/functions/quest-debug/007-ShipQuests_Door.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-// Door quest debug
-// Author:
-// gumi
-
-function script QuestDebug7 {
- do
- {
- clear;
- setnpcdialogtitle l("Quest debug");
- mes "ShipQuests_Door";
- mes "---";
- mes l("Quest state: @@", getq(ShipQuests_Door));
- next;
-
- GenericQuestDebug ShipQuests_Door,
- l("Does not have the quest"), 0,
- l("Heard conversation"), 1;
-
- if (@menuret < 0)
- {
- return;
- }
-
- } while (1);
-}