Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot:
Thread By: zhesslow
How can I make a brutus or a zombie appear with much life each round
ModmeBot:
Reply By: natesmithzombies
I have made several boss zombies at this point, but they are very in depth and will take more than a single post to explain. You will need scripting experience to understand it. If you want to simply change a zombie's model and health on spawn you can do so by using something like:
zom.health = 10000;
zom SetModel("model name here");