diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-09 14:30:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-09 14:30:19 -0300 |
commit | e6834dc497489e3219daf3f2770a975817de64e7 (patch) | |
tree | 2b68546322145a3b785ddd1c292e66afa04b8752 /npc/051-3/ambush.txt | |
parent | ec1d600a09cb6c45d5b7924037039e4c6a003b89 (diff) | |
download | serverdata-e6834dc497489e3219daf3f2770a975817de64e7.tar.gz serverdata-e6834dc497489e3219daf3f2770a975817de64e7.tar.bz2 serverdata-e6834dc497489e3219daf3f2770a975817de64e7.tar.xz serverdata-e6834dc497489e3219daf3f2770a975817de64e7.zip |
Systematically fix most if not every improper instance of npctalk
Diffstat (limited to 'npc/051-3/ambush.txt')
-rw-r--r-- | npc/051-3/ambush.txt | 8 |
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; |