summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/Rules.c4d/Deathmatch.c4d/Script.c
diff options
context:
space:
mode:
Diffstat (limited to 'TemplePushing.c4s/Rules.c4d/Deathmatch.c4d/Script.c')
-rw-r--r--TemplePushing.c4s/Rules.c4d/Deathmatch.c4d/Script.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/TemplePushing.c4s/Rules.c4d/Deathmatch.c4d/Script.c b/TemplePushing.c4s/Rules.c4d/Deathmatch.c4d/Script.c
new file mode 100644
index 0000000..a7b5772
--- /dev/null
+++ b/TemplePushing.c4s/Rules.c4d/Deathmatch.c4d/Script.c
@@ -0,0 +1,8 @@
+/*-- Deathmatch --*/
+
+#strict 2
+
+protected func Activate(int player)
+{
+ MessageWindow(Format("$InfoMessage$", deathmatchWinScore), player);
+}