summaryrefslogtreecommitdiff
path: root/world/map/npc/017-4
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2013-06-10 19:56:53 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2013-06-10 19:56:53 +0200
commitec951e424dada5dd31078099ec2214c6f3d3eb6c (patch)
treee41492ab2ba63b845877eeeb4a3c96e26788f1f2 /world/map/npc/017-4
parent7f4410f9d5dce2884368a4b1d01139abd2e65fd5 (diff)
downloadserverdata-ec951e424dada5dd31078099ec2214c6f3d3eb6c.tar.gz
serverdata-ec951e424dada5dd31078099ec2214c6f3d3eb6c.tar.bz2
serverdata-ec951e424dada5dd31078099ec2214c6f3d3eb6c.tar.xz
serverdata-ec951e424dada5dd31078099ec2214c6f3d3eb6c.zip
Expand debug function of Orum and Waric quest to tell current quest state.
Remove debug message in FlowerPentagramCount function.
Diffstat (limited to 'world/map/npc/017-4')
-rw-r--r--world/map/npc/017-4/waric.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/world/map/npc/017-4/waric.txt b/world/map/npc/017-4/waric.txt
index b53d4afe..5367e583 100644
--- a/world/map/npc/017-4/waric.txt
+++ b/world/map/npc/017-4/waric.txt
@@ -28,6 +28,7 @@ L_Close:
menu
"Candle Helmet done.", L_CandleHelmet,
"Input quest variable.", L_Var,
+ "Show current quest state.", L_CurrentState,
"Reset quest.", L_Reset,
"Nevermind.", L_Close;
@@ -39,6 +40,10 @@ L_Var:
input OrumQuest;
goto L_Close;
+L_CurrentState:
+ mes "The value of the quest variable OrumQuest is currently " + OrumQuest + ".";
+ goto L_Close;
+
L_Reset:
set OrumQuest, 0;
goto L_Close;