summaryrefslogtreecommitdiff
path: root/npc/functions/quest-debug/023-ArtisQuests_Fishman.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/quest-debug/023-ArtisQuests_Fishman.txt')
-rw-r--r--npc/functions/quest-debug/023-ArtisQuests_Fishman.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/npc/functions/quest-debug/023-ArtisQuests_Fishman.txt b/npc/functions/quest-debug/023-ArtisQuests_Fishman.txt
new file mode 100644
index 00000000..e3b5ac2e
--- /dev/null
+++ b/npc/functions/quest-debug/023-ArtisQuests_Fishman.txt
@@ -0,0 +1,26 @@
+// Eugene quest debug
+// Author:
+// gumi
+
+function script QuestDebug23 {
+ do
+ {
+ clear;
+ setnpcdialogtitle l("Quest debug");
+ mes "ArtisQuests_Fishman";
+ mes "---";
+ mes l("Quest state: @@", getq(ArtisQuests_Fishman));
+ next;
+
+ GenericQuestDebug ArtisQuests_Fishman,
+ l("Does not have the quest"), 0,
+ l("Eugene needs tentacles"), 1,
+ l("Gave tentacles, got reward"), 2;
+
+ if (@menuret < 0)
+ {
+ return;
+ }
+
+ } while (1);
+}