From a128a876e368e86cf6075bbd1ff8a7779c30ef20 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 12 Mar 2019 18:19:32 -0300 Subject: Fix doorbells --- npc/017-7/doorbell.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/017-7') diff --git a/npc/017-7/doorbell.txt b/npc/017-7/doorbell.txt index b2009bd00..c343ef1dc 100644 --- a/npc/017-7/doorbell.txt +++ b/npc/017-7/doorbell.txt @@ -52,11 +52,11 @@ OnSlide: // If someone press the doorbell from outside and doorbell is enabled OnDoorbell: - if (!$ESTATE_DOORBELL[.id]) + if ($ESTATE_DOORBELL[.id]) end; if (.dpost < gettimetick(2)) { - npctalk l("@@ is pressing the doorbell.", strcharinfo(0)); // We actually don't want l() + npctalk (strcharinfo(0)+" is pressing the doorbell."); // We actually don't want l() } .dpost=gettimetick(2)+.delay; end; -- cgit v1.2.3-60-g2f50