summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/Modes.c4d/ClassicPushing.c4d/Script.c
blob: 08b185b25b0183dc1817a5dd02661ab900c4c901 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*-- Classic Mode --*/

#strict 2

static const MODE_Classic = CLSC;

protected func Activate(int player) { MessageWindow(GetDesc(), player); }

func ModeName() { return "$ModeName$"; }
func SpawnpointDefinitions() { return [[ROCK, 5], [SCRL, 5], [FLNT, 4], [SFLN, 9], [STFN, 3], [EFLN, 5], [FBMP, 4]]; }
func SpawnpointInterval() { return 800; }