From 9f208b6d7a1c2e15fcd32725aee2eac0c7178cd9 Mon Sep 17 00:00:00 2001 From: coffee Date: Sun, 4 Sep 2011 20:00:45 -0300 Subject: Clear temporary variables after you close npc window. Npcs from 001-1. --- world/map/npc/001-1/bleacher.txt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'world/map/npc/001-1/bleacher.txt') diff --git a/world/map/npc/001-1/bleacher.txt b/world/map/npc/001-1/bleacher.txt index 4b4ebdb2..b3122816 100644 --- a/world/map/npc/001-1/bleacher.txt +++ b/world/map/npc/001-1/bleacher.txt @@ -12,7 +12,7 @@ menu "I'd like to bleach something", -, - "No thanks", L_close; + "No thanks", L_Close; L_bleach_menu: mes "[Candide]"; @@ -39,7 +39,7 @@ L_bleach_menu: "Red lined sorcerer robe", L_red_lined_sorcerer_robe, "Bowler hat (brown)", L_bowler_hat_brown, "Nevermind", -; - goto L_close; + goto L_Close; L_cottonshirt: set @normal, 1202; @@ -168,7 +168,7 @@ L_again: menu "Yes", L_bleach_menu, - "No", L_close; + "No", L_Close; L_no_item: mes "[Candide]"; @@ -181,18 +181,19 @@ L_no_ash: mes "[Candide]"; mes "\"You don't have enough ash for me to bleach anything."; mes "I need three piles.\""; - next; - - goto L_close; + goto L_Close; L_no_money: mes "[Candide]"; mes "\"You don't have enough gold for me to bleach anything."; mes "I need 5,000 GP for supplies.\""; - next; + goto L_Close; -L_close: +L_Close: mes "[Candide]"; mes "\"Come again.\""; + set @normal, 0; + set @dyeBase, 0; + set @del, 0; close; } -- cgit v1.2.3-70-g09d2