From 7473c65ae56f9d80193bdcf796cd28f40fe63998 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 14 Oct 2020 23:43:32 -0300 Subject: Allow a secondary condition --- npc/003-1/constableperry.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/003-1/constableperry.txt b/npc/003-1/constableperry.txt index d64f89b45..da5d2c044 100644 --- a/npc/003-1/constableperry.txt +++ b/npc/003-1/constableperry.txt @@ -26,8 +26,8 @@ L_Intro: close; L_Quest: - // Quest Requeriment of 48 hours - if (AFKING < 57600) { + // Quest Requeriment of 48 hours or idle before speaking for 60 min + if (AFKING < 57600 && checkidle() < 3600) { npctalkonce l("What's that? He seems to be AFK but is not?"); if (.@touchevent) end; -- cgit v1.2.3-60-g2f50