From 9c80735ee437f90b2baefbbfcdf6c5829234c908 Mon Sep 17 00:00:00 2001 From: mekolat Date: Sat, 23 May 2015 11:00:00 -0400 Subject: allow to specify emitter and receiver in npctalk --- world/map/npc/051-3/ambush.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'world/map/npc/051-3/ambush.txt') diff --git a/world/map/npc/051-3/ambush.txt b/world/map/npc/051-3/ambush.txt index 305423ca..da12b306 100644 --- a/world/map/npc/051-3/ambush.txt +++ b/world/map/npc/051-3/ambush.txt @@ -150,11 +150,11 @@ OnCommandTalk: end; OnTimer100: - npctalk "Did you think you could sneak in our den without a problem?"; + npctalk strnpcinfo(0), "Did you think you could sneak in our den without a problem?"; end; OnTimer3600: - npctalk "Drop your weapons, and come with us!"; + npctalk strnpcinfo(0), "Drop your weapons, and come with us!"; stopnpctimer; setnpctimer 0; end; @@ -170,11 +170,11 @@ OnCommandTalk: end; OnTimer1500: - npctalk "W00t! More slaves!"; + npctalk strnpcinfo(0), "W00t! More slaves!"; end; OnTimer5500: - npctalk "Ahaha, that was easy! Ok, knock them out!"; + npctalk strnpcinfo(0), "Ahaha, that was easy! Ok, knock them out!"; stopnpctimer; setnpctimer 0; end; -- cgit v1.2.3-60-g2f50