diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-10-14 23:43:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-10-14 23:43:32 -0300 |
commit | 7473c65ae56f9d80193bdcf796cd28f40fe63998 (patch) | |
tree | 09184082e6a62cfe50055fd3d10abd81ff2f49ec /npc/003-1 | |
parent | 6539a79724fd8a221beebacb5dbcea88ee94ed06 (diff) | |
download | serverdata-7473c65ae56f9d80193bdcf796cd28f40fe63998.tar.gz serverdata-7473c65ae56f9d80193bdcf796cd28f40fe63998.tar.bz2 serverdata-7473c65ae56f9d80193bdcf796cd28f40fe63998.tar.xz serverdata-7473c65ae56f9d80193bdcf796cd28f40fe63998.zip |
Allow a secondary condition
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; |