From a44191d8331e79e94ad0d44209df1fc81208bf6f Mon Sep 17 00:00:00 2001 From: Reid Date: Sat, 1 Sep 2012 02:26:39 +0200 Subject: Update darlin's var. --- npc/000-1/darlin.txt | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'npc/000-1/darlin.txt') 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; } -- cgit v1.2.3-60-g2f50