From c116ea51790a6d42280cf599192614dc373cf91d Mon Sep 17 00:00:00 2001 From: Lance Date: Sun, 19 Nov 2006 04:46:50 +0000 Subject: Updated scripts with select().. THERE ARE TONS OF THEM!! Will somebody give me a hand or something? :B git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9259 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/gunslinger_quests.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'npc/quests/gunslinger_quests.txt') diff --git a/npc/quests/gunslinger_quests.txt b/npc/quests/gunslinger_quests.txt index cb2823a88..ef769dc87 100644 --- a/npc/quests/gunslinger_quests.txt +++ b/npc/quests/gunslinger_quests.txt @@ -95,6 +95,9 @@ que_ng.gat,182,85,3 script Mr.Garrison 109,{ mes "will never part from his"; mes "favorite gun, heh."; close; + + default: + end; } L_Slot: @@ -162,6 +165,8 @@ L_Slot: mes "Okay, come back when you"; mes "changed your mind."; close; + default: + end; } L_Already: @@ -247,6 +252,8 @@ que_ng.gat,187,163,3 script Ingrid 744,{ mes "Probably a good choice."; mes "It's really dangerous."; close; + default: + end; } } @@ -322,6 +329,8 @@ que_ng.gat,185,180,3 script Vanessa 726,{ mes @npcname$; mes "Oh well, your loss."; close; + default: + end; } } @@ -401,5 +410,7 @@ que_ng.gat,149,178,5 script N.A 744,{ mes @npcname$; mes "Oh well, your loss."; close; + default: + end; } } \ No newline at end of file -- cgit v1.2.3-60-g2f50