diff options
Diffstat (limited to 'npc/cities/hugel.txt')
-rw-r--r-- | npc/cities/hugel.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/cities/hugel.txt b/npc/cities/hugel.txt index fa6b5d58f..e1801f60d 100644 --- a/npc/cities/hugel.txt +++ b/npc/cities/hugel.txt @@ -20,12 +20,12 @@ //============================================================
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!";
-select(switch("Yes Please:No thanks")) {
+switch(select("Yes Please","No thanks")) {
case 1:
if (Zeny < 500) {
mes @npcname$;
|