Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

Legacy:RegularEngine/RegularScoreboard

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search

RegularScoreboard, like RegularHUD is just a quick extension to update some messaging.

ScoreBoardTeamDeathMatch >> RegularScoreboard
class RegularScoreboard extends ScoreBoardTeamDeathMatch;
 
defaultproperties {
 Restart="   Left Click to Respawn.  Right Click to Change Class."
 Ended="The battle is over."
 Continue=" Left Click to Respawn.  Right Click to Change Class."
 }