From 5877f74eade5b8bcc26112cd670f7b5856ed5296 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 22 Dec 2021 04:26:13 -0300 Subject: Poppet - Suggest players contacting staff after she has finished cooldown for 5min --- npc/082-3/poppet.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/npc/082-3/poppet.txt b/npc/082-3/poppet.txt index a7226e2a..1232d5bd 100644 --- a/npc/082-3/poppet.txt +++ b/npc/082-3/poppet.txt @@ -7,6 +7,8 @@ 082-3,99,86,0 script Poppet NPC190,{ function spawn; if (mobcount("082-3", "all")) { + if (.tick + 300 < gettimetick(2)) + npctalk3 l("If you cannot handle it, maybe try asking staff for help...?"); npctalk3 l("Monsters remaining: %s", fnum(mobcount("082-3", "all"))); end; } @@ -75,7 +77,7 @@ L_Summon: else mesc l("???: Available from Dec 23rd onwards"); mes ""; - mesq "If you select a mode you cannot manage, please contact staff; I'll not clean the room, no matter whatever happens."; + mesq l("If you select a mode you cannot manage, please contact staff; I'll not clean the room, no matter whatever happens."); select l("Hm, nevermind."), l("Begin easy mode [10 min]"), -- cgit v1.2.3-60-g2f50