From 6bbf228021b41a11aaa10539ff8484fc353a6d13 Mon Sep 17 00:00:00 2001 From: Lupus Date: Mon, 28 Aug 2006 05:15:10 +0000 Subject: [PATCH] added next; git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8510 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/cities/hugel.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/npc/cities/hugel.txt b/npc/cities/hugel.txt index b73db5cee6..61c6c5bb0a 100644 --- a/npc/cities/hugel.txt +++ b/npc/cities/hugel.txt @@ -23,12 +23,13 @@ //============================================================ hu_in01.gat,23,311,4 script Johsh 898,{ -set @npcname$, "[Josh]"; + set @npcname$, "[Josh]"; -mes @npcname$; -mes "Hi ho~ I sell some awesome firecrackers, would you like to buy one?"; -mes "Only 500z and you get 5 ^FF0000firecrackers^000000!"; -switch(select("Yes Please:No thanks")) { + mes @npcname$; + mes "Hi ho~ I sell some awesome firecrackers, would you like to buy one?"; + mes "Only 500z and you get 5 ^FF0000firecrackers^000000!"; + next; + switch(select("Yes Please:No thanks")) { case 1: if (Zeny < 500) { mes @npcname$;