diff options
Diffstat (limited to 'npc/020-7-1')
-rw-r--r-- | npc/020-7-1/janitors.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/020-7-1/janitors.txt b/npc/020-7-1/janitors.txt index f909a8b0b..f9d85588d 100644 --- a/npc/020-7-1/janitors.txt +++ b/npc/020-7-1/janitors.txt @@ -450,6 +450,7 @@ OnInit: function askQuestion { next; + .@qt=getq3(NivalisQuest_BlueSageSlimes); if (.@qt >= BS_SNESTALL) { mesn; mesq l("I heard you fought the slimes that were still roaming between the bookshelves. Thank you!"); @@ -463,7 +464,7 @@ function askQuestion { // Mainframe Loop do { - .@q=getq(NivalisQuest_BlueSage); + .@q=getq(NivalisQuest_BlueSageSlimes); .@q2=getq2(NivalisQuest_BlueSage); .@q3=getq3(NivalisQuest_BlueSage); .@qs=BSQuestion(getq(NivalisQuest_BlueSage)); @@ -471,7 +472,7 @@ function askQuestion { next; mes ""; select - rif(.@qt == BS_SNESTALL && .@qs == 1, "Did you found the supplies yet?"), + rif(.@qt == BS_SNESTALL && .@q == 1, "Did you found the supplies yet?"), 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.")); |