summaryrefslogtreecommitdiff
path: root/npc/024-1/david.txt
diff options
context:
space:
mode:
authorAli-G <gauvain.dauchy@free.fr>2011-06-04 21:39:18 +0200
committerBen Longbons <b.r.longbons@gmail.com>2011-06-12 14:45:23 -0700
commit2ccd072f6d2ab8b4d3612dc653d84c400af2abc6 (patch)
treecae1c7f9c14e97c5bfb726bbf89321b2aeb0a8d9 /npc/024-1/david.txt
parentaa7b030995264b775bc3793aa2260b07e2275ede (diff)
downloadserverdata-2ccd072f6d2ab8b4d3612dc653d84c400af2abc6.tar.gz
serverdata-2ccd072f6d2ab8b4d3612dc653d84c400af2abc6.tar.bz2
serverdata-2ccd072f6d2ab8b4d3612dc653d84c400af2abc6.tar.xz
serverdata-2ccd072f6d2ab8b4d3612dc653d84c400af2abc6.zip
Improved the script in all ways. Also improved some maps.
Diffstat (limited to 'npc/024-1/david.txt')
-rw-r--r--npc/024-1/david.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/024-1/david.txt b/npc/024-1/david.txt
index 3128392b..99c119c1 100644
--- a/npc/024-1/david.txt
+++ b/npc/024-1/david.txt
@@ -1,5 +1,6 @@
024-1.gat,70,70,0 script David 120,{
+ if (Rossy_Quest == 18) goto L_FinalEnd;
if (Rossy_Quest == 14) goto L_Julia;
if (Rossy_Quest >= 8) goto L_Done;
@@ -38,6 +39,12 @@ L_No:
L_Julia:
mes "[David]";
mes "\"I heard Rossy's sister got kidnapped. We count on you to find her!\"";
+ mes "\"When you'll find her, talk to her sister or mother.\"";
+ close;
+
+L_FinalEnd:
+ mes "[David]";
+ mes "Thank you for finding Julia.";
close;
}