diff options
author | Maximilian Philipps <Turmfalke2007@web.de> | 2009-07-19 17:22:57 +0200 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-07-20 18:00:26 -0600 |
commit | f31497688ec199d06f04d137ada8879fa1b419cc (patch) | |
tree | 2a4d42d147b9a826059188b2e72c7a2c62e2ce92 /npc/001-1_Tulimshar/vincent.txt | |
parent | ea7661d8046b5b6d7ce0199546fe1e5331f5ac18 (diff) | |
download | serverdata-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.txt | 4 |
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; } |