summaryrefslogtreecommitdiff
path: root/npc/020-7-1/pagefinders.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-7-1/pagefinders.txt')
-rw-r--r--npc/020-7-1/pagefinders.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/npc/020-7-1/pagefinders.txt b/npc/020-7-1/pagefinders.txt
index 0a9defcee..719b7da6b 100644
--- a/npc/020-7-1/pagefinders.txt
+++ b/npc/020-7-1/pagefinders.txt
@@ -18,6 +18,7 @@
end;
OnInit:
+ .bsId=BS_NPC07;
.sex=G_MALE;
.distance=5;
npcsit;
@@ -56,6 +57,8 @@ OnInit:
function askQuestion {
do {
.@q=getq(NivalisQuest_BlueSage);
+ .@q2=getq2(NivalisQuest_BlueSage);
+ .@q3=getq3(NivalisQuest_BlueSage);
.@qs=BSQuestion(getq(NivalisQuest_BlueSage));
.@qt=getq3(NivalisQuest_BlueSage);
next;
@@ -150,6 +153,8 @@ OnInit:
function askQuestion {
do {
.@q=getq(NivalisQuest_BlueSage);
+ .@q2=getq2(NivalisQuest_BlueSage);
+ .@q3=getq3(NivalisQuest_BlueSage);
.@qs=BSQuestion(getq(NivalisQuest_BlueSage));
.@qt=getq3(NivalisQuest_BlueSage);
next;
@@ -178,8 +183,8 @@ function askQuestion {
next;
mesn;
mesq l("But to be fair, from what I've seen Peetu was always very attentive and dutiful.");
- if (is_between(4, 7, .@q))
- setq1 NivalisQuest_BlueSage, .@q + 3;
+ if (!(.@q3 & .bsId))
+ setq3 NivalisQuest_BlueSage, .@q3 | .bsId;
break;
}
} while (@menu != 4);
@@ -187,6 +192,7 @@ function askQuestion {
}
OnInit:
+ .bsId=BS_NPC07;
.sex=G_MALE;
.distance=5;
npcsit;