From e6834dc497489e3219daf3f2770a975817de64e7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Jul 2021 14:30:19 -0300 Subject: Systematically fix most if not every improper instance of npctalk --- npc/006-1/miriam.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/006-1') diff --git a/npc/006-1/miriam.txt b/npc/006-1/miriam.txt index fdbbdf1c..687e7c60 100644 --- a/npc/006-1/miriam.txt +++ b/npc/006-1/miriam.txt @@ -219,7 +219,7 @@ L_LetsDoThis: message strcharinfo(0), "Miriam quickly grabs your arm and pull you to the place where she is sitting."; // Warp the player to the place where the NPC is defined, so he can't cheat. warp "032-1",55,21; - npctalk strnpcinfo(0), "Run " +strcharinfo(0)+ ", run!"; + npctalk "Run " +strcharinfo(0)+ ", run!"; QUEST_MIRIAM = 5; QUEST_MIRIAM_run = gettimetick(2); end; -- cgit v1.2.3-70-g09d2