summaryrefslogtreecommitdiff
path: root/npc/000-1/darlin.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-09-01 02:26:39 +0200
committerReid <reidyaro@gmail.com>2012-09-01 02:26:39 +0200
commita44191d8331e79e94ad0d44209df1fc81208bf6f (patch)
treefb26b02069b4f5654d4012829f2946c295a85b55 /npc/000-1/darlin.txt
parentbade571986ffa8ca3f106a0e1ebd43d013b12db9 (diff)
downloadserverdata-a44191d8331e79e94ad0d44209df1fc81208bf6f.tar.gz
serverdata-a44191d8331e79e94ad0d44209df1fc81208bf6f.tar.bz2
serverdata-a44191d8331e79e94ad0d44209df1fc81208bf6f.tar.xz
serverdata-a44191d8331e79e94ad0d44209df1fc81208bf6f.zip
Update darlin's var.
Diffstat (limited to 'npc/000-1/darlin.txt')
-rw-r--r--npc/000-1/darlin.txt15
1 files changed, 11 insertions, 4 deletions
diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt
index 4a625e57..ec2decd9 100644
--- a/npc/000-1/darlin.txt
+++ b/npc/000-1/darlin.txt
@@ -14,7 +14,8 @@
mesn;
set @q, getq(ShipQuests_Darlin);
- if (@q > 0) goto l_QuestGiven;
+ if (@q == 1) goto l_QuestGiven;
+ if (@q > 1) goto l_QuestDone;
mesq l("HEY! HEY YOU!");
next;
@@ -62,9 +63,9 @@
next;
menu
- l("I SAID: SEE YOU LATER!"), l_Bye,
+ l("I SAID, SEE YOU LATER!"), l_Bye,
l("I said... WHY DON'T YOU COME DOWN TO TALK?"), l_GoDown,
- l("I'M CALLED: @@!", strcharinfo(0)), -;
+ l("I'M CALLED, @@!", strcharinfo(0)), -;
mes "";
mesn;
@@ -77,7 +78,7 @@ l_Menu:
menu
l("Maybe you can come down to talk?"), l_GoDown,
l("I'm looking for Gugli, where is he?"), -,
- l("Nothing, I need to go!"), l_Bye;
+ l("I need to go, sorry!"), l_Bye;
setcamnpc "Gugli";
mes "";
@@ -173,5 +174,11 @@ l_DangerAround:
mesq l("NOTHING ELSE OTHER THAN SHARKS AND AN ODD LIGHT.");
close;
+
+l_QuestDone:
+ mesq l("EHOO") + " " + strcharinfo(0) + "!";
+ next;
+
+ goto l_Menu;
}