From e90af0269523a83c270e27dd4533e610413286a8 Mon Sep 17 00:00:00 2001 From: Dennis Friis Date: Mon, 22 Jun 2009 20:40:09 +0200 Subject: More fixes to doug and vincent NPCs. --- npc/001-1_Tulimshar/vincent.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/001-1_Tulimshar') diff --git a/npc/001-1_Tulimshar/vincent.txt b/npc/001-1_Tulimshar/vincent.txt index 6ad799d5..fd5ea0ec 100644 --- a/npc/001-1_Tulimshar/vincent.txt +++ b/npc/001-1_Tulimshar/vincent.txt @@ -78,12 +78,14 @@ L_Req4: L_Wait: mes "[Vincent]"; mes "\"Now please go get me 30 [Bug Leg]s.\""; + next; close; L_Progress: if(countitem("BugLeg") >= 30) goto L_Have; mes "[Vincent]"; mes "\"Please help me collect 30 [Bug Leg]s!\""; + next; close; L_Have: @@ -101,11 +103,11 @@ L_Have: mes ""; mes "[1000 gold]"; next; - close; L_Done: mes "[Vincent]"; mes "\"Thanks for your help!\""; + next; close; } -- cgit v1.2.3-70-g09d2