summaryrefslogtreecommitdiff
path: root/npc/009-7/rouge.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-7/rouge.txt')
-rw-r--r--npc/009-7/rouge.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/009-7/rouge.txt b/npc/009-7/rouge.txt
index 157da9fb..fb26d42a 100644
--- a/npc/009-7/rouge.txt
+++ b/npc/009-7/rouge.txt
@@ -100,30 +100,30 @@ L_End:
close;
OnAnnounceNext:
- npctalk strnpcinfo(0), "##0The next battle ("+ $@Duel_Queue_ID[0] +") is ##1" + $@Duel_Queue_Red$[0] + "##0 vs. ##3" + $@Duel_Queue_Blue$[0] + "##0.The battle will start in "+ $@Duel_TimeBeforeWarp +" seconds.";
+ npctalk "##0The next battle ("+ $@Duel_Queue_ID[0] +") is ##1" + $@Duel_Queue_Red$[0] + "##0 vs. ##3" + $@Duel_Queue_Blue$[0] + "##0.The battle will start in "+ $@Duel_TimeBeforeWarp +" seconds.";
end;
OnAnnounceIntrusion:
- npctalk strnpcinfo(0), "Intrusion detected. Annihilation in progress... Done.";
+ npctalk "Intrusion detected. Annihilation in progress... Done.";
end;
OnAnnounceTimeOut:
- npctalk strnpcinfo(0), "Time limit reached! Both player lose!";
+ npctalk "Time limit reached! Both player lose!";
end;
OnAnnounceRedWins:
- npctalk strnpcinfo(0), $@Duel_Queue_Red$[0] + " wins the duel against "+ $@Duel_Queue_Blue$[0] +"!";
+ npctalk $@Duel_Queue_Red$[0] + " wins the duel against "+ $@Duel_Queue_Blue$[0] +"!";
end;
OnAnnounceRedForfeit:
- npctalk strnpcinfo(0), $@Duel_Queue_Red$[0] + " wins by forfeit!";
+ npctalk $@Duel_Queue_Red$[0] + " wins by forfeit!";
end;
OnAnnounceBlueWins:
- npctalk strnpcinfo(0), $@Duel_Queue_Blue$[0] + " wins the duel against "+ $@Duel_Queue_Red$[0] +"!";
+ npctalk $@Duel_Queue_Blue$[0] + " wins the duel against "+ $@Duel_Queue_Red$[0] +"!";
end;
OnAnnounceBlueForfeit:
- npctalk strnpcinfo(0), $@Duel_Queue_Blue$[0] + " wins by forfeit!";
+ npctalk $@Duel_Queue_Blue$[0] + " wins by forfeit!";
end;
}