From 33d7cda82df3fbafa664f29973b2d64d518f73ff Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 21 May 2019 22:30:57 -0300 Subject: Testing - Blue Sage Investigation - OK! --- npc/020-7-1/core.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/020-7-1/core.txt') diff --git a/npc/020-7-1/core.txt b/npc/020-7-1/core.txt index a247aee3d..3413ce009 100644 --- a/npc/020-7-1/core.txt +++ b/npc/020-7-1/core.txt @@ -16,12 +16,12 @@ function script BSQuestion { // After you collected everyone's feedback, hide the option if (is_between(3,8,.@b1)) { - if (.@b2 < BS_NPCALL) + if (.@b3 < BS_NPCALL) .@rt=.@rt | BS_QHELPER; } - if (.@b1 == 7) { - if (.@b3 < BS_NPCALL) + if (.@b1 == 6) { + if (.@b2 < BS_NPCALL) .@rt=.@rt | BS_QVISITOR; } return .@rt; -- cgit v1.2.3-60-g2f50