I love the smell of UnrealEd crashing in the morning. – tarquin

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."
 }