summaryrefslogtreecommitdiff
path: root/npc/024-1/david.txt
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2011-06-18 21:58:47 -0700
committerBen Longbons <b.r.longbons@gmail.com>2011-06-19 14:19:55 -0700
commitbae4b92e560c2694eaaf0e8b4d9e95e56204471b (patch)
tree4acc120f6a94cfbf9694bf344658493de5aaa67b /npc/024-1/david.txt
parent319f80526f8585ecadaec986e37c9bd326f4d363 (diff)
downloadserverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.tar.gz
serverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.tar.bz2
serverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.tar.xz
serverdata-bae4b92e560c2694eaaf0e8b4d9e95e56204471b.zip
Move to a subdirectory
Diffstat (limited to 'npc/024-1/david.txt')
-rw-r--r--npc/024-1/david.txt50
1 files changed, 0 insertions, 50 deletions
diff --git a/npc/024-1/david.txt b/npc/024-1/david.txt
deleted file mode 100644
index 6c30afc9..00000000
--- a/npc/024-1/david.txt
+++ /dev/null
@@ -1,50 +0,0 @@
-024-1.gat,70,70,0 script David 120,{
-
- if (Rossy_Quest == 17) goto L_FinalEnd;
- if (Rossy_Quest == 14) goto L_Julia;
- if (Rossy_Quest >= 8) goto L_Done;
-
- mes "[David]";
- mes "\"Learning magic is hard...\"";
- if (Rossy_Quest == 7) goto L_Help;
- close;
-
-L_Help:
- menu
- "Do you know Rossy?", L_Set,
- "I can tell, it is hard.", L_No;
-
-L_Set:
- mes "[David]";
- mes "\"Yes, I do. I am her teacher. That makes me remember about her final exam, she didn't hand me her potion yet. Time is running out.\"";
- menu
- "A potion? Oh, uhm... Strange kind of exam. Bye.", L_No,
- "Right, I have her potion in my pocket. She asked me to bring it to you. Here it is.", -;
- mes "[David]";
- mes "\"Let me see...\"";
- set Rossy_Quest, 8;
- mes "\"This potion is... perfect! Tell Rossy that she succesfully made her potion, it is flawless!\"";
- getexp 2000, 0;
- close;
-
-L_Done:
- mes "[David]";
- mes "\"I am really happy that my best student succesfully passed her exam!\"";
- close;
-
-L_No:
- close;
-
-L_Julia:
- mes "[David]";
- mes "\"I heard Rossy's sister got kidnapped. We count on you to find her!\"";
- next;
- mes "\"If you find her, talk to her sister and her mother.\"";
- close;
-
-L_FinalEnd:
- mes "[David]";
- mes "Well done! Thanks for finding Julia!";
- close;
-
-}