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/029-3/parua.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/029-3') diff --git a/npc/029-3/parua.txt b/npc/029-3/parua.txt index bfa3e4ba..8a908cf7 100644 --- a/npc/029-3/parua.txt +++ b/npc/029-3/parua.txt @@ -46,7 +46,7 @@ L_Paying: L_StartFight: if (getmapusers("029-3") < 5) goto L_NotEnoughPlayers; - npctalk strnpcinfo(0), "Let the battle begin!"; + npctalk "Let the battle begin!"; $@FIGHT_CAVE_STATUS = 1; $@FIGHT_CAVE_LEVEL = 1; $@FIGHT_CAVE_PLAYER_COUNT = getmapusers("029-3"); @@ -350,7 +350,7 @@ OnInit: goto L_CleanUp; L_CleanUp: - npctalk strnpcinfo(0), "Game Over"; + npctalk "Game Over"; $@candor_npctalk$ = "The dungeon is now ready for its next victims."; donpcevent "#CandorAnnouncer::OnCommandTalk"; areatimer 0, "029-3", 20, 20, 70, 60, 10, "Parua::OnReward"; @@ -366,7 +366,7 @@ L_CleanUp: end; L_CleanUp_Announcement: - npctalk strnpcinfo(0), $@SPONSOR$ + " lost the money invested in the fight, since there are less than 5 players in the cave"; + npctalk $@SPONSOR$ + " lost the money invested in the fight, since there are less than 5 players in the cave"; $@SPONSOR$ = ""; $@ANNOUNCE_TIME = 0; $@FIGHT_CAVE_STATUS = 0; -- cgit v1.2.3-70-g09d2