diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/constableperry.txt | 4 |
1 files 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; |