summaryrefslogtreecommitdiff
path: root/npc/020-1_Nivalis/rockscissor.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1_Nivalis/rockscissor.txt')
-rwxr-xr-xnpc/020-1_Nivalis/rockscissor.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/020-1_Nivalis/rockscissor.txt b/npc/020-1_Nivalis/rockscissor.txt
index ac46a773..0f5c20c9 100755
--- a/npc/020-1_Nivalis/rockscissor.txt
+++ b/npc/020-1_Nivalis/rockscissor.txt
@@ -9,7 +9,7 @@
// ------------------------ #
//#####################################
-020-1.gat,74,78,0 script Gobmel 183, {
+020-1.gat,74,78,0 script Gobmel 189, {
//var
set @NPC_name$, "[Gobmel]";
set @NPC_point, 0;
@@ -45,7 +45,9 @@ L_Start:
mes @NPC_name$;
mes "[ " + @gamblerun + "/3 ]";
mes "\"1... 2... 3...\"";
+ mes "";
mes"[chose what sign you do]";
+ mes "";
menu
@CHOOSE_PC$[0], -,
@CHOOSE_PC$[1], -,
@@ -54,6 +56,7 @@ L_Start:
set @CHOSEN, @menu -1;
mes "Gobmal: " + @CHOOSE_PC$[@CHOOSE_NPCID];
mes strcharinfo(0)+" " + strcharinfo(0)+ ": " +@CHOOSE_PC$[@CHOSEN];
+ mes "";
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;