From 9c80735ee437f90b2baefbbfcdf6c5829234c908 Mon Sep 17 00:00:00 2001 From: mekolat Date: Sat, 23 May 2015 11:00:00 -0400 Subject: allow to specify emitter and receiver in npctalk --- world/map/npc/029-3/parua.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'world/map/npc/029-3/parua.txt') diff --git a/world/map/npc/029-3/parua.txt b/world/map/npc/029-3/parua.txt index 1ac59e0a..5ebcc4d7 100644 --- a/world/map/npc/029-3/parua.txt +++ b/world/map/npc/029-3/parua.txt @@ -49,7 +49,7 @@ L_Paying: L_StartFight: if (getmapusers("029-3") < 5) goto L_NotEnoughPlayers; - npctalk "Let the battle begin!"; + npctalk strnpcinfo(0), "Let the battle begin!"; set $@FIGHT_CAVE_STATUS, 1; set $@FIGHT_CAVE_LEVEL, 1; set $@FIGHT_CAVE_PLAYER_COUNT, getmapusers("029-3"); @@ -357,7 +357,7 @@ OnInit: goto L_CleanUp; L_CleanUp: - npctalk "Game Over"; + npctalk strnpcinfo(0), "Game Over"; set $@candor_npctalk$, "The dungeon is now ready for its next victims."; donpcevent "#CandorAnnouncer::OnCommandTalk"; areatimer "029-3", 20, 20, 70, 60, 10, "Parua::OnReward"; @@ -373,7 +373,7 @@ L_CleanUp: end; L_CleanUp_Announcement: - npctalk $@SPONSOR$ + " lost the money invested in the fight, since there are less than 5 players in the cave"; + npctalk strnpcinfo(0), $@SPONSOR$ + " lost the money invested in the fight, since there are less than 5 players in the cave"; set $@SPONSOR$, ""; set $@ANNOUNCE_TIME, 0; set $@FIGHT_CAVE_STATUS, 0; -- cgit v1.2.3-60-g2f50