equal
deleted
inserted
replaced
581 end |
581 end |
582 |
582 |
583 |
583 |
584 function onGameStart() |
584 function onGameStart() |
585 |
585 |
586 ShowMission("CTF_BLIZZARD", "", loc(" - Return the enemy flag to your base to score | - First team to 3 captures wins | - You may only score when your flag is in your base | - Hogs will drop the flag if killed, or drowned | - Dropped flags may be returned or recaptured | - Hogs respawn when killed"), 0, 0) |
586 ShowMission(loc("CTF_Blizzard"), loc("Capture The Flag"), loc(" - Return the enemy flag to your base to score | - First team to 3 captures wins | - You may only score when your flag is in your base | - Hogs will drop the flag if killed, or drowned | - Dropped flags may be returned or recaptured | - Hogs respawn when killed"), 0, 0) |
587 |
587 |
588 |
588 |
589 -- initialize teleporters |
589 -- initialize teleporters |
590 redTel = CreateZone(342,1316,42,449) -- red teleporter |
590 redTel = CreateZone(342,1316,42,449) -- red teleporter |
591 orangeTel = CreateZone(3719,1330,45,449) -- orange teleporter |
591 orangeTel = CreateZone(3719,1330,45,449) -- orange teleporter |