diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-16 21:24:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-16 21:24:36 -0300 |
commit | c8552470b6f21cdcc6bbeeeb6341564d8965994b (patch) | |
tree | 9850e352fc41523e4ea1e52d0ed8e764ecfaaf38 /npc/003-1/hasan.txt | |
parent | a1fb5781497f1829c9371524d1a4d369f8efe7d8 (diff) | |
download | serverdata-c8552470b6f21cdcc6bbeeeb6341564d8965994b.tar.gz serverdata-c8552470b6f21cdcc6bbeeeb6341564d8965994b.tar.bz2 serverdata-c8552470b6f21cdcc6bbeeeb6341564d8965994b.tar.xz serverdata-c8552470b6f21cdcc6bbeeeb6341564d8965994b.zip |
npctalkonce, except when stolen.
Diffstat (limited to 'npc/003-1/hasan.txt')
-rw-r--r-- | npc/003-1/hasan.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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; |