From f6e57121b237dd1f84e49885e99cfa18fe087ec5 Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Thu, 16 Dec 2010 00:18:03 +0100 Subject: nivalis --- npc/020-1_Nivalis/rockscissor.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (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 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; -- cgit v1.2.3-70-g09d2