mirror of
https://github.com/PhantomGamesDevelopment/TWM2.git
synced 2026-04-25 14:25:30 +00:00
Change set 10/11
Adds all of the progress as of 10/11. NOTE: Do not run the mod right now as there are a lot of features that won't work (IE: Player Zombies, All Zombie Types other than Normal).
This commit is contained in:
parent
9a456d079b
commit
739d77d1e2
37 changed files with 1689 additions and 746 deletions
|
|
@ -972,7 +972,7 @@ function HelljumpGame::SpawnZombies(%game, %pos, %type) {
|
|||
}
|
||||
%c = CreateEmitter(%pos, NightmareGlobeEmitter, "0 0 1");
|
||||
%c.schedule(1000, "delete");
|
||||
schedule(500, 0, "StartAZombie", %pos, %type);
|
||||
schedule(500, 0, "TWM2Lib_Zombie_Core", "SpawnZombie", "zSpawnCommand", %type, %pos);
|
||||
}
|
||||
|
||||
function HelljumpGame::StartWave(%game, %wave) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue