summaryrefslogtreecommitdiff
path: root/npc/029-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-09 14:30:19 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-09 14:30:19 -0300
commite6834dc497489e3219daf3f2770a975817de64e7 (patch)
tree2b68546322145a3b785ddd1c292e66afa04b8752 /npc/029-3
parentec1d600a09cb6c45d5b7924037039e4c6a003b89 (diff)
downloadserverdata-e6834dc497489e3219daf3f2770a975817de64e7.tar.gz
serverdata-e6834dc497489e3219daf3f2770a975817de64e7.tar.bz2
serverdata-e6834dc497489e3219daf3f2770a975817de64e7.tar.xz
serverdata-e6834dc497489e3219daf3f2770a975817de64e7.zip
Systematically fix most if not every improper instance of npctalk
Diffstat (limited to 'npc/029-3')
-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;