From 49fb132b3762ea739047fb5f14da6e1e5fb19f26 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Sun, 7 Jul 2013 12:57:56 +0200 Subject: Move starting brace of npc scripts to new line. --- world/map/npc/017-4/waric.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'world/map/npc/017-4/waric.txt') diff --git a/world/map/npc/017-4/waric.txt b/world/map/npc/017-4/waric.txt index 9f806b87..340f2959 100644 --- a/world/map/npc/017-4/waric.txt +++ b/world/map/npc/017-4/waric.txt @@ -6,8 +6,8 @@ // Waric would teach the spells based on the progress in the pentagram // creation, but save which spells were taught in a different variable. -017-4.gat,216,36,0|script|Waric|153,{ - +017-4.gat,216,36,0|script|Waric|153, +{ set @mouboo_status, ((QUEST_MAGIC & NIBBLE_2_MASK) >> NIBBLE_2_SHIFT) & 3; set @killed_mouboo, 0; if ((@mouboo_status == 1) || (@mouboo_status == 2)) @@ -110,7 +110,8 @@ L_Close: close; } -017-1.gat,74,32,0|script|DebugFlowerP|153,{ +017-1.gat,74,32,0|script|DebugFlowerP|153, +{ mes "Debug options for Orum's quest:"; menu "Candle Helmet done.", L_CandleHelmet, -- cgit v1.2.3-60-g2f50