summaryrefslogtreecommitdiff
path: root/npc/029-3/parua.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/029-3/parua.txt')
-rw-r--r--npc/029-3/parua.txt6
1 files changed, 3 insertions, 3 deletions
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;