From f31497688ec199d06f04d137ada8879fa1b419cc Mon Sep 17 00:00:00 2001 From: Maximilian Philipps Date: Sun, 19 Jul 2009 17:22:57 +0200 Subject: removes next; when followed by a close; --- npc/001-1_Tulimshar/vincent.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'npc/001-1_Tulimshar/vincent.txt') 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; } -- cgit v1.2.3-70-g09d2