From eb0fd3aefb542174f3eb9ae4d825bf9897627cee Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 21 May 2019 10:58:24 -0300 Subject: Well, I'm running out of things to copy-paste on main investigation. We've reached status 5/12. Next NPC is Elias, for now. --- npc/020-7-1/oskari.txt | 38 +++++++++++++++++++++++++++++++++++++- npc/020-7-1/peetu.txt | 2 +- 2 files changed, 38 insertions(+), 2 deletions(-) (limited to 'npc/020-7-1') diff --git a/npc/020-7-1/oskari.txt b/npc/020-7-1/oskari.txt index e9d900052..903c58aa1 100644 --- a/npc/020-7-1/oskari.txt +++ b/npc/020-7-1/oskari.txt @@ -82,7 +82,43 @@ function pIdle { // Here we begin function pPeetu { mesn; - mesq l("ERROR PEETU"); + mesq l("You have to excuse me, as you might have heard we're having some trouble at the moment and I, as Chief of Nikolai's household staff, have a lot to do."); + next; + select + l("Ok, see you."), + l("Peetu asked me to talk to you about his mishap."); + mes ""; + if (@menu == 1) + close; + mesn; + mesq l("So, what did he said?"); + next; + mesn strcharinfo(0); + mesq l("He is blaming himself and is afraid of losing his job."); + next; + mesn; + mesq l("Well... Can't say I'm surprised. He is very perfectionist. Putting on himself the blame is something he would do."); + next; + mesn; + mesq l("Well, all humans does mistakes... Wait, he is an elf. So, everyone commit mistakes. Anyway..."); + next; + mesc l("@@ stops, and keep silent for a while, thinking, before continuing.", .name$); + next; + mesn; + mesq l("You know, he is very experienced and reliable. He might look and act like a kid, but he is at least a century old."); + next; + mesn; + mesq l("This whole situation is very disquieting, not to say suspicious. There might be something more to it that we're not seeing."); + next; + mesn; + mesq l("It might be just my gut instict, but... Would you be willing to talk with Peetu and the other helpers, investigating what actually happened?"); + next; + mesn; + mesq l("The whole team is very distressed, too. Could you take the opportunity to see if the team is putting the blame on Peetu? Thanks in advance."); + next; + mesn; + mesq l("Please tell Peetu I do not plan in firing him, it should calm him down. And please carry out an investigation, don't disrupt my work until you're done."); + setq1 NivalisQuest_BlueSage, 4; close; } diff --git a/npc/020-7-1/peetu.txt b/npc/020-7-1/peetu.txt index 246a6b9dc..df4516af5 100644 --- a/npc/020-7-1/peetu.txt +++ b/npc/020-7-1/peetu.txt @@ -269,7 +269,7 @@ function pReflection { 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, 4; + setq1 NivalisQuest_BlueSage, 5; close; } -- cgit v1.2.3-60-g2f50