summaryrefslogtreecommitdiff
path: root/npc/functions/goodbye.txt
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-08-20 12:25:41 -0400
committergumi <mekolat@users.noreply.github.com>2017-08-22 11:45:09 -0400
commit2c87bb38c881639bed963e7933a1e9d9c2e8e6a3 (patch)
treed9e26c7592316293f333a7384c6f9a92b2afe8bd /npc/functions/goodbye.txt
parente9c90337a6057b66faad6759ff418e8a5f162cfe (diff)
downloadserverdata-2c87bb38c881639bed963e7933a1e9d9c2e8e6a3.tar.gz
serverdata-2c87bb38c881639bed963e7933a1e9d9c2e8e6a3.tar.bz2
serverdata-2c87bb38c881639bed963e7933a1e9d9c2e8e6a3.tar.xz
serverdata-2c87bb38c881639bed963e7933a1e9d9c2e8e6a3.zip
fix the npc talk lock mechanism, make some other npcs use it
Diffstat (limited to 'npc/functions/goodbye.txt')
-rw-r--r--npc/functions/goodbye.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/goodbye.txt b/npc/functions/goodbye.txt
index ce4e8dd6..620883b8 100644
--- a/npc/functions/goodbye.txt
+++ b/npc/functions/goodbye.txt
@@ -128,7 +128,7 @@ function script bye {
// can also display an emote
function script goodbye {
- npctalk3 goodbye_msg();
+ npctalkonce(goodbye_msg());
bye getarg(0, -1);
}
@@ -143,7 +143,7 @@ function script goodbye2 {
.@emote = getarg(0, -1);
close2;
- npctalk3 goodbye_msg();
+ npctalkonce(goodbye_msg());
if (.@emote >= 0)
emotion .@emote;