From b5c2df9b1771d3858349461c672b9f44a8209445 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 24 Aug 2019 15:32:08 -0300 Subject: Fix a minor bug on Nard, where setcamnpc didn't work correctly due lack of instance_npcname() --- npc/002-3/nard.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/002-3/nard.txt') diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index 24f300405..24bc12848 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -57,7 +57,7 @@ L_Checker: mesq l("Ship travels are not free. Also, I have a few friends on the Island, and I would like you to check out on them."); next; showavatar NPC_ELMO; - setcamnpc "Elmo"; + setcamnpc instance_npcname("Elmo"); mesn l("Elmo"); mesq l("I, Elmo, captain's deputy, will help you to make the maximum possible money in Candor!"); mesc l("Talk to Elmo to get an EXP UP Boost until level 15!"), 2; @@ -72,6 +72,7 @@ L_Checker: mesc l("EXP Gain raised in @@% for one hour!", .@BONUS), 2; next; showavatar NPC_NARD; + setcamnpc; mesn; mesq l("After that, we're going to Tulimshar. Tulim is the most important city on the world, and the Alliance have an office there."); next; -- cgit v1.2.3-70-g09d2