summaryrefslogtreecommitdiff
path: root/npc/012-8/doorbell.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-8/doorbell.txt')
-rw-r--r--npc/012-8/doorbell.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-8/doorbell.txt b/npc/012-8/doorbell.txt
index 3b85335ec..f910556e7 100644
--- a/npc/012-8/doorbell.txt
+++ b/npc/012-8/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;