From c8552470b6f21cdcc6bbeeeb6341564d8965994b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 Jun 2018 21:24:36 -0300 Subject: npctalkonce, except when stolen. --- npc/003-1/hasan.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/003-1') diff --git a/npc/003-1/hasan.txt b/npc/003-1/hasan.txt index 33b609a66..2bf6a11aa 100644 --- a/npc/003-1/hasan.txt +++ b/npc/003-1/hasan.txt @@ -74,7 +74,7 @@ L_Complete: close; L_TouchComplete: - npctalk3 l("Hey there, @@! Good luck killing monsters!", strcharinfo(0)); + npctalkonce l("Hey there, @@! Good luck killing monsters!", strcharinfo(0)); end; L_Close: @@ -86,7 +86,7 @@ OnTouch: end; L_Steal: - npctalk3("*whistle*"); + npctalkonce(l("*whistle*")); if (getq(TulimsharQuest_Hasan) == 0) goto L_DoSteal; if (getq(TulimsharQuest_Hasan) <= 4 && rand(0,100) < 20) goto L_DoSteal; end; -- cgit v1.2.3-70-g09d2