summaryrefslogtreecommitdiff
path: root/npc/functions/quest-debug/019-ArtisQuests_LazyBrother.txt
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-02-24 13:47:37 +0100
committerSaulc <lucashelaine14@gmail.com>2018-02-24 13:47:37 +0100
commit20b02393e57846d29652156f032afd6e3395f62e (patch)
tree3f596137e719a4d62490b060dd34d2adc64ef396 /npc/functions/quest-debug/019-ArtisQuests_LazyBrother.txt
parentfba9d1f8958849f752453ea5393955d656b49478 (diff)
parent47b759acbc2b8c2890758481ae4ed27509808b60 (diff)
downloadserverdata-20b02393e57846d29652156f032afd6e3395f62e.tar.gz
serverdata-20b02393e57846d29652156f032afd6e3395f62e.tar.bz2
serverdata-20b02393e57846d29652156f032afd6e3395f62e.tar.xz
serverdata-20b02393e57846d29652156f032afd6e3395f62e.zip
test
Diffstat (limited to 'npc/functions/quest-debug/019-ArtisQuests_LazyBrother.txt')
-rw-r--r--npc/functions/quest-debug/019-ArtisQuests_LazyBrother.txt28
1 files changed, 0 insertions, 28 deletions
diff --git a/npc/functions/quest-debug/019-ArtisQuests_LazyBrother.txt b/npc/functions/quest-debug/019-ArtisQuests_LazyBrother.txt
deleted file mode 100644
index 41733adf8..000000000
--- a/npc/functions/quest-debug/019-ArtisQuests_LazyBrother.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-// Lazy brother quest debug
-// Author:
-// gumi
-
-function script QuestDebug19 {
- do
- {
- clear;
- setnpcdialogtitle l("Quest debug");
- mes "ArtisQuests_LazyBrother";
- mes "---";
- mes l("Quest state: @@", getq(ArtisQuests_LazyBrother));
- next;
-
- GenericQuestDebug ArtisQuests_LazyBrother,
- l("Does not have the quest"), 0,
- l("Katja asked for help"), 1,
- l("Found bobo, didn't tell Katja"), 2,
- l("Told bobo to go home"), 3,
- l("Katja gave reward"), 4;
-
- if (@menuret < 0)
- {
- return;
- }
-
- } while (1);
-}