diff options
Diffstat (limited to 'TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Script.c')
| -rw-r--r-- | TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Script.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Script.c b/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Script.c index 508577a..e026efa 100644 --- a/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Script.c +++ b/TemplePushing.c4s/Modes.c4d/ApocalypticPushing.c4d/Script.c @@ -2,4 +2,19 @@ #strict 2 +static const MODE_Apocalyptic = APCE; + protected func Activate(int player) { MessageWindow(GetDesc(), player); } + +func Initialize() +{ + AddEffect("CreateTeraFlints", 0, 20, 90); + AddEffect("ShakeScreen", 0, 20, 50); + AddEffect("Bottom", 0, 20, 2); + AddEffect("SkyAdjust", 0, 20, 1); +} + +func ModeName() { return "$ModeName$"; } +func NoSpawnpoints() { return true; } +func NoCorpses() { return true; } +func AmbienceSounds() { return [["ExtremeAmbience.ogg", 75]]; } |
