summaryrefslogtreecommitdiff
path: root/npc/020-7-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-21 21:00:01 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-21 21:00:01 -0300
commit1414f033ac5905737adc803a105795351b797569 (patch)
treedd65f1b7710d9ccc2e09bab9dc060bc5db1cd7e0 /npc/020-7-1
parent4c06f0d38734f6239d928a82b51c099d6fedc689 (diff)
downloadserverdata-1414f033ac5905737adc803a105795351b797569.tar.gz
serverdata-1414f033ac5905737adc803a105795351b797569.tar.bz2
serverdata-1414f033ac5905737adc803a105795351b797569.tar.xz
serverdata-1414f033ac5905737adc803a105795351b797569.zip
Kullervo
Diffstat (limited to 'npc/020-7-1')
-rw-r--r--npc/020-7-1/pagemakers.txt17
1 files changed, 12 insertions, 5 deletions
diff --git a/npc/020-7-1/pagemakers.txt b/npc/020-7-1/pagemakers.txt
index cb73ea3c0..8ca00a686 100644
--- a/npc/020-7-1/pagemakers.txt
+++ b/npc/020-7-1/pagemakers.txt
@@ -311,7 +311,7 @@ function askQuestion {
.@qt=getq2(NivalisQuest_BlueSagePagemaker);
next;
select
- rif(!(.@qt & BS_PMPAGE), l("Can I help you?")),
+ rif(!(.@qt & BS_PMPAGE), l("What's wrong?")),
rif(.@qs & BS_QVISITOR, l("Do you know anything about the strange visitor?")),
rif(.@qs & BS_QHELPER, l("What's your opinion of Peetu and his work?")),
any(l("I need to leave."), l("See you."), l("Bye."), l("Good luck."));
@@ -319,17 +319,24 @@ function askQuestion {
switch (@menu) {
case 2:
mesn;
- mesq l("Oh, I know who you mean! That impertinent person came over in the workshop area and fiddled about with all kinds of things here! Such a rude person! Didn't he understand that we had delicate things going on here? We had to send him back to the library area several times.");
+ mesq l("Oh, yes. There was such a guy, shortly before the accident I think. He sneaked into the workshop several times, sticking his nose into stuff that shouldn't be his business. We had to send him back to the library area at least three times.");
next;
mesn;
- mesc l("She shakes her head.");
- mesq l("Sometimes I think it'd be better not to allow visitors here. But Nikolai set a high value on keeping contact with the population. Politics.");
+ mesq l("Maybe he was confused, not sure. He talked very strangely.");
if (!(.@q2 & .bsId))
setq2 NivalisQuest_BlueSage, .@q2 | .bsId;
break;
case 3:
mesn;
- mesq l("Mh, I don't know him closely.");
+ mesq l("Are you asking because people say it's his fault? Listen, I've known him for many years now. We started our service here about the same time. We share our room and are really close friends.");
+ next;
+ mesn;
+ mesq l("And in all these years, I've never seen him messing up anything important. He's a perfectionist. He isn't satisfied with anything less than the best possible result when doing his work.");
+ next;
+ mesn;
+ mesq l("I don't understand what went wrong with that spell, but it just has to have another cause than Peetu. I'm worried about him. He must feel very miserable. But I can't leave my duty here.");
+ if (!(.@q3 & .bsId))
+ setq3 NivalisQuest_BlueSage, .@q3 | .bsId;
break;
case 4:
close;