summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/Rules.c4d/Deathmatch.c4d/Script.c
blob: a7b5772540738967b4f5e4a5200c070fccae600f (plain)
1
2
3
4
5
6
7
8
/*-- Deathmatch --*/

#strict 2

protected func Activate(int player)
{
	MessageWindow(Format("$InfoMessage$", deathmatchWinScore), player);
}