summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar/vincent.txt
diff options
context:
space:
mode:
authorMaximilian Philipps <Turmfalke2007@web.de>2009-07-19 17:22:57 +0200
committerJared Adams <jaxad0127@gmail.com>2009-07-20 18:00:26 -0600
commitf31497688ec199d06f04d137ada8879fa1b419cc (patch)
tree2a4d42d147b9a826059188b2e72c7a2c62e2ce92 /npc/001-1_Tulimshar/vincent.txt
parentea7661d8046b5b6d7ce0199546fe1e5331f5ac18 (diff)
downloadserverdata-f31497688ec199d06f04d137ada8879fa1b419cc.tar.gz
serverdata-f31497688ec199d06f04d137ada8879fa1b419cc.tar.bz2
serverdata-f31497688ec199d06f04d137ada8879fa1b419cc.tar.xz
serverdata-f31497688ec199d06f04d137ada8879fa1b419cc.zip
removes next; when followed by a close;
Diffstat (limited to 'npc/001-1_Tulimshar/vincent.txt')
-rw-r--r--npc/001-1_Tulimshar/vincent.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/npc/001-1_Tulimshar/vincent.txt b/npc/001-1_Tulimshar/vincent.txt
index 23757485..ba3bec00 100644
--- a/npc/001-1_Tulimshar/vincent.txt
+++ b/npc/001-1_Tulimshar/vincent.txt
@@ -78,14 +78,12 @@ L_Req4:
L_Wait:
mes "[Vincent]";
mes "\"Now please go get me 10 [Bug Leg]s.\"";
- next;
close;
L_Progress:
if(countitem("BugLeg") >= 10) goto L_Have;
mes "[Vincent]";
mes "\"Please help me collect 10 [Bug Leg]s!\"";
- next;
close;
L_Have:
@@ -102,12 +100,10 @@ L_Have:
mes "\"Here you go, a little of my appreciation!\"";
mes "";
mes "[1000 gold]";
- next;
close;
L_Done:
mes "[Vincent]";
mes "\"Thanks for your help!\"";
- next;
close;
}