summaryrefslogtreecommitdiff
path: root/npc/051-3/ambush.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/051-3/ambush.txt')
-rw-r--r--npc/051-3/ambush.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/051-3/ambush.txt b/npc/051-3/ambush.txt
index 48a051a9..82252521 100644
--- a/npc/051-3/ambush.txt
+++ b/npc/051-3/ambush.txt
@@ -134,11 +134,11 @@ OnCommandTalk:
end;
OnTimer100:
- npctalk strnpcinfo(0), "Did you think you could sneak in our den without a problem?";
+ npctalk "Did you think you could sneak in our den without a problem?";
end;
OnTimer3600:
- npctalk strnpcinfo(0), "Drop your weapons, and come with us!";
+ npctalk "Drop your weapons, and come with us!";
stopnpctimer;
setnpctimer 0;
end;
@@ -153,11 +153,11 @@ OnCommandTalk:
end;
OnTimer1500:
- npctalk strnpcinfo(0), "W00t! More slaves!";
+ npctalk "W00t! More slaves!";
end;
OnTimer5500:
- npctalk strnpcinfo(0), "Ahaha, that was easy! Ok, knock them out!";
+ npctalk "Ahaha, that was easy! Ok, knock them out!";
stopnpctimer;
setnpctimer 0;
end;