diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2010-12-15 18:40:11 +0100 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2010-12-15 18:40:11 +0100 |
commit | 70ea12a375c8bb69cc3d645aba0463c5653f5327 (patch) | |
tree | 08abc20201a226e2ddd56a8ce41005a12934fae0 /npc/020-1_Nivalis/KrickKrackKrock.txt | |
parent | 7627d41a035a1bcee94a063e96e201f7c0402757 (diff) | |
download | serverdata-70ea12a375c8bb69cc3d645aba0463c5653f5327.tar.gz serverdata-70ea12a375c8bb69cc3d645aba0463c5653f5327.tar.bz2 serverdata-70ea12a375c8bb69cc3d645aba0463c5653f5327.tar.xz serverdata-70ea12a375c8bb69cc3d645aba0463c5653f5327.zip |
minor npc fixes nivalis
Diffstat (limited to 'npc/020-1_Nivalis/KrickKrackKrock.txt')
-rwxr-xr-x | npc/020-1_Nivalis/KrickKrackKrock.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/020-1_Nivalis/KrickKrackKrock.txt b/npc/020-1_Nivalis/KrickKrackKrock.txt index e2f4746c..c35ed798 100755 --- a/npc/020-1_Nivalis/KrickKrackKrock.txt +++ b/npc/020-1_Nivalis/KrickKrackKrock.txt @@ -16,6 +16,7 @@ L_Main: mes @NPC_NAME$; mes "\"Hello " + strcharinfo(0) + ", do you want to play Krick-Krack-Krock?\""; +L_Menu: menu "Let's start!", L_Start, "What's this?", L_info, "Well, not for the moment.", -; @@ -104,6 +105,8 @@ L_No_Money: L_info: mes @NPC_NAME$; mes "\"Well, if you want to play Krick Krack Krock with me, you need to bet some money. We will both say a word (Krack, Krick or Krock). If we say the same, you can win the double of your money or an item worth of what you bet. \""; - goto L_Main; + next; + mes "\"So, do you want to play? \""; + goto L_Menu; } |