From 70ea12a375c8bb69cc3d645aba0463c5653f5327 Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Wed, 15 Dec 2010 18:40:11 +0100 Subject: minor npc fixes nivalis --- npc/020-1_Nivalis/rockscissor.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'npc/020-1_Nivalis/rockscissor.txt') diff --git a/npc/020-1_Nivalis/rockscissor.txt b/npc/020-1_Nivalis/rockscissor.txt index db813518..ac46a773 100755 --- a/npc/020-1_Nivalis/rockscissor.txt +++ b/npc/020-1_Nivalis/rockscissor.txt @@ -52,8 +52,8 @@ L_Start: @CHOOSE_PC$[2], -; set @CHOSEN, @menu -1; - mes @CHOOSE_PC$[@CHOOSE_NPCID]; - mes strcharinfo(0)+" " + strcharinfo(0)+ ":" +@CHOOSE_PC$[@CHOSEN]; + mes "Gobmal: " + @CHOOSE_PC$[@CHOOSE_NPCID]; + mes strcharinfo(0)+" " + strcharinfo(0)+ ": " +@CHOOSE_PC$[@CHOSEN]; if(@CHOSEN == @CHOOSE_NPCID) goto L_Start; if(@CHOSEN == 0 && @CHOOSE_NPCID == 2) goto L_Lost; if(@CHOSEN == 1 && @CHOOSE_NPCID == 0) goto L_Lost; @@ -62,6 +62,8 @@ L_Win: set @PC_point, @PC_point + 1; set @gamblerun, @gamblerun + 1; mes "Oh no! I have lost."; + mes ""; + next; goto L_Start; L_poor: @@ -73,16 +75,18 @@ L_Lost: set @NPC_point, @NPC_point + 1; set @gamblerun, @gamblerun + 1; mes "I have won!"; + mes ""; + next; goto L_Start; L_finish: if(@PC_point > @NPC_point ) goto L_Won; mes @NPC_name$; - mes "\"Nice ! I have won, give your gp!\""; + mes "\"Nice! I have won, give me your gp!\""; close; L_Won: mes @NPC_name$; - mes "\"Here is my money\""; + mes "\"Here is my money.\""; set zeny, zeny + @MONEY_BET*2; close; } -- cgit v1.2.3-70-g09d2