From 33d7cda82df3fbafa664f29973b2d64d518f73ff Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 21 May 2019 22:30:57 -0300 Subject: Testing - Blue Sage Investigation - OK! --- npc/020-7-1/peetu.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'npc/020-7-1/peetu.txt') diff --git a/npc/020-7-1/peetu.txt b/npc/020-7-1/peetu.txt index 3e79d02cf..4f6187942 100644 --- a/npc/020-7-1/peetu.txt +++ b/npc/020-7-1/peetu.txt @@ -117,9 +117,11 @@ function pIntro { case 1: if (.@q2 < 1) setq2 NivalisQuest_BlueSage, 1; + break; case 2: if (!countitem(SeaDrops)) { mesc l("You don't have @@.", getitemlink(SeaDrops)); + close; } if (.@q2 < 2) setq2 NivalisQuest_BlueSage, 2; @@ -127,6 +129,7 @@ function pIntro { case 3: if (!countitem(ChocolateBar)) { mesc l("You don't have @@.", getitemlink(ChocolateBar)); + close; } if (.@q2 < 3) setq2 NivalisQuest_BlueSage, 3; @@ -134,6 +137,7 @@ function pIntro { case 4: if (!countitem(MoubooFigurine)) { mesc l("You don't have @@.", getitemlink(MoubooFigurine)); + close; } if (.@q2 < 4) setq2 NivalisQuest_BlueSage, 4; @@ -209,7 +213,7 @@ function pContinue { mesq l("Well ... but ... I mean ... I don't know ... "); next; mesn; - mesq l("Would you ... uhm ... would you talk to Chief Oskari for me? And ask him what he plans to do about me? I... I just don't feel capable of doing that myself right now. I'll try to pull myself together in the meanwhile."); + mesq l("Would you ... uhm ... would you talk to Chief Oskari for me? And ask her what she plans to do about me? I... I just don't feel capable of doing that myself right now. I'll try to pull myself together in the meanwhile."); setq NivalisQuest_BlueSage, 3, 0; close; } @@ -221,7 +225,7 @@ function pReflection { .@q2=getq2(NivalisQuest_BlueSage); .@q3=getq3(NivalisQuest_BlueSage); select - l("Good news: Oskari doesn't plans in firing you (yet)!"), + l("Good news - Oskari doesn't plans in firing you (yet)!"), l("I'm here to investigate what exactly happened so this doesn't happens again."), l("Everyone commit mistakes and Oskari was very understanding. I need to do some questions about the incident though."), l("Oskari have a good opinion of you. Can you tell what exactly happened?"); @@ -266,7 +270,7 @@ function pReflection { mesq l("I never tried it, because it makes no sense to do that, but theoretically adding some Silk Cocoons could have such an effect. Uh... but that should not happen."); next; mesn; - mesq l("Could you please ask @@ about it? The ingredients... It would still be my fault..."), b(l("Elias")); + mesq l("Could you please ask @@ about it? The ingredients... It would still be my fault...", b(l("Elias"))); next; mesc l("@@ is on the verge of crying again. Better leave out and look for Elias.", .name$); setq1 NivalisQuest_BlueSage, 5; -- cgit v1.2.3-60-g2f50