summaryrefslogtreecommitdiff
path: root/npc/functions/quest-debug/001-ShipQuests_Arpan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/quest-debug/001-ShipQuests_Arpan.txt')
-rw-r--r--npc/functions/quest-debug/001-ShipQuests_Arpan.txt27
1 files changed, 0 insertions, 27 deletions
diff --git a/npc/functions/quest-debug/001-ShipQuests_Arpan.txt b/npc/functions/quest-debug/001-ShipQuests_Arpan.txt
deleted file mode 100644
index 26c49646..00000000
--- a/npc/functions/quest-debug/001-ShipQuests_Arpan.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-// Arpan quest debug
-// Author:
-// gumi
-
-function script QuestDebug1 {
- do
- {
- clear;
- setnpcdialogtitle l("Quest debug");
- mes "ShipQuests_Arpan";
- mes "---";
- mes l("Quest state: @@", getq(ShipQuests_Arpan));
- next;
-
- GenericQuestDebug ShipQuests_Arpan,
- l("Arpan is waiting for you"), 0,
- l("Arpan told you to open the chest"), 1,
- l("You opened the chest"), 2,
- l("Completed"), 3;
-
- if (@menuret < 0)
- {
- return;
- }
-
- } while (1);
-}