summaryrefslogtreecommitdiff
path: root/npc/functions/quest-debug/042-General_Brotherhood.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-16 17:44:26 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-16 17:44:26 -0300
commit6dbd19aac5e90d1441068af4632dc408d7d92e1a (patch)
treecd6bab81aa07c7cc1a4818ae965c4758351c07a8 /npc/functions/quest-debug/042-General_Brotherhood.txt
parent00957058c66c40fb8f0310d1ebcdc706246b3482 (diff)
parentcfdac168646533c73d56da77b95b90d2b995c6eb (diff)
downloadserverdata-toams/serverdata-omatt/serverdata-Training_room.tar.gz
serverdata-toams/serverdata-omatt/serverdata-Training_room.tar.bz2
serverdata-toams/serverdata-omatt/serverdata-Training_room.tar.xz
serverdata-toams/serverdata-omatt/serverdata-Training_room.zip
Merge branch 'master' into toams/serverdata-omatt/serverdata-Training_roomtoams/serverdata-omatt/serverdata-Training_room
Diffstat (limited to 'npc/functions/quest-debug/042-General_Brotherhood.txt')
-rw-r--r--npc/functions/quest-debug/042-General_Brotherhood.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/npc/functions/quest-debug/042-General_Brotherhood.txt b/npc/functions/quest-debug/042-General_Brotherhood.txt
new file mode 100644
index 00000000..3eb3683b
--- /dev/null
+++ b/npc/functions/quest-debug/042-General_Brotherhood.txt
@@ -0,0 +1,27 @@
+// Mona quest debug
+// Authors:
+// gumi
+// monwarez
+// jesusalva
+
+function script QuestDebug42 {
+ do
+ {
+ clear;
+ setnpcdialogtitle l("Quest debug");
+ mes "General_Brotherhood";
+ mes "---";
+ mes l("Quest state: @@", getq(General_Brotherhood));
+ next;
+
+ GenericQuestDebug General_Brotherhood,
+ l("Does not have the quest"), 0,
+ l("Contacted by Sopiahalla"), 1;
+
+ if (@menuret < 0)
+ {
+ return;
+ }
+
+ } while (1);
+}