diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-28 05:15:10 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-28 05:15:10 +0000 |
commit | fa49233fb8eb942ba52ccd616e20f4c8848c17bb (patch) | |
tree | f059c2d6f62c69c5e1d0089f0ddd9d0e24c90f48 /npc/cities/hugel.txt | |
parent | f34969814d767f72e1790bfce44471db2356d298 (diff) | |
download | hercules-fa49233fb8eb942ba52ccd616e20f4c8848c17bb.tar.gz hercules-fa49233fb8eb942ba52ccd616e20f4c8848c17bb.tar.bz2 hercules-fa49233fb8eb942ba52ccd616e20f4c8848c17bb.tar.xz hercules-fa49233fb8eb942ba52ccd616e20f4c8848c17bb.zip |
added next;
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8510 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/hugel.txt')
-rw-r--r-- | npc/cities/hugel.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/npc/cities/hugel.txt b/npc/cities/hugel.txt index b73db5cee..61c6c5bb0 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$;
|