Modme Forums

add_spawn_fuction overrides

Game Modding | Call of Duty: Black Ops 3 | Scripting


ModmeBot:

Thread By: WECoyote99
so im trying to add/override the add_spawn_fuctions on the panzer and generator zombies and was wanting to know if thats doable


ModmeBot:

Reply By: Harry Bo21

WECoyote99
so im trying to add/override the add_spawn_fuctions on the panzer and generator zombies and was wanting to know if thats doable

im a scripter and even i have no idea what your actually asking here


ModmeBot:

Reply By: WECoyote99

Harry Bo21
WECoyote99 so im trying to add/override the add_spawn_fuctions on the panzer and generator zombies and was wanting to know if thats doable im a scripter and even i have no idea what your actually asking here


Harry i mean like give the spawner for the panzer and gen zombies like

level.mechz_zombie_spawners = getentarry( "zombie_mechz_spawner", "script_noteworthy" ); or getent( "capture_zombie_spawner", "targetname" )

array::get( level.mechz_zombie_spawners, &spawner::add_spawn_function, &mechz_prespawn )

could i override this with a new prespawn for weapon and player damage cause it freezes the level