1 2 3 4 5 6 7 8
/*-- Deathmatch --*/ #strict 2 protected func Activate(int player) { MessageWindow(Format("$InfoMessage$", deathmatchWinScore), player); }