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

#strict

protected func Activate(iPlr) {
  MessageWindow(GetDesc(),iPlr);
}