From eab663dff8d2d0fb9506a373238c8ee26115da22 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Sun, 9 Jun 2013 19:43:00 +0200 Subject: Add debug npc. --- world/map/npc/017-4/waric.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'world/map/npc/017-4') diff --git a/world/map/npc/017-4/waric.txt b/world/map/npc/017-4/waric.txt index a1881985..b53d4afe 100644 --- a/world/map/npc/017-4/waric.txt +++ b/world/map/npc/017-4/waric.txt @@ -22,3 +22,31 @@ L_Spells: L_Close: close; } + +017-1.gat,74,32,0|script|DebugFlowerP|153,{ + mes "Debug options for Orum's quest:"; + menu + "Candle Helmet done.", L_CandleHelmet, + "Input quest variable.", L_Var, + "Reset quest.", L_Reset, + "Nevermind.", L_Close; + +L_CandleHelmet: + set OrumQuest, 14; + goto L_Close; + +L_Var: + input OrumQuest; + goto L_Close; + +L_Reset: + set OrumQuest, 0; + goto L_Close; + +L_Close: + close; + +OnInit: + if (!debug) + disablenpc "DebugFlowerP"; +} -- cgit v1.2.3-60-g2f50