From 02967a51aa1326845d47c2862ab371797760708a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 20 May 2019 23:42:33 -0300 Subject: You can now change investigation state to 3/12. This means 1/4 is ready from Investigation (the important part). --- npc/020-7-1/peetu.txt | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/npc/020-7-1/peetu.txt b/npc/020-7-1/peetu.txt index 443fce299..35f207b7c 100644 --- a/npc/020-7-1/peetu.txt +++ b/npc/020-7-1/peetu.txt @@ -3,7 +3,7 @@ // Jesusalva // TMW Org. // Description: -// Peetu +// Peetu, gifted since birth, only 1 NPC each 100 are born mages // // NivalisQuest_BlueSage STRUCTURE // FIELD 1: @@ -142,6 +142,8 @@ function pIntro { next; mesc l("You seem to have gotten Peetu's attention for a while."); next; + if (.@q2 < 5) + setq2 NivalisQuest_BlueSage, 5; break; case 9: pContinue(); @@ -160,6 +162,53 @@ function pIntro { function pContinue { mesn; mesc l("*sniff sniff*"); + next; + select + l("What have happened? Why are you crying?"), + l("Maybe I can help to ease your pain?"), + l("Don't cry any further. I am here to help."), + l("Please tell me calmly what happened so I can help."); + mes ""; + mesn; + mesq l("It's *sniff* It's all my fault... *sniff*"); + next; + mesn; + mesc l("*sniff* *sniff*"); + mesq l("It was my job to seal the slimes away for the night, but I somehow messed it up!"); + next; + mesn; + mesc l("*tears weeling up*"); + mesq l("And now I'm going to lose my job and I'll have to leave here and no other sage would give me a new appointment and I don't know what else to do!"); + next; + mesc l("@@ latches onto you and starts sobbing on your shoulder.", .name$); + select + l("[Try to console him]"), + l("[Shake him and tell him to pull himself together]"), + l("[Push him away from you and leave]"); + mes ""; + if (@menu == 3) { + setq2 NivalisQuest_BlueSage, 4; + close; + } + mesc l("@@ calms a bit.", .name$); + next; + mesn; + mesq l("Uh. You're probably right. I'm very sorry. I'm just... You know, I wanted to become a scholar of the sages, studying and... Oh, how could I mess that up? Did you see the library? It caused so much damage! What else should they do other than kick me out?"); + next; + mesn; + mesq l("I would kick me out myself! I'm such a failure! A complete disaster! %%V"); + next; + select + l("Maybe you should talk to your chief about that?"), + l("It doesn't make much sense to draw overhasty conclusions."), + l("Do you have a clue about what went wrong?"); + mes ""; + mesn; + 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."); + setq NivalisQuest_BlueSage, 3, 0; close; } -- cgit v1.2.3-70-g09d2