Modme Forums

Spawning dogs on command

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


ModmeBot:

Thread By: mathfag
SOLVED
I have the spawn zombie on command figured out with this

spawner = GetEnt("zombie_spawner","script_noteworthy");
zombie = zombie_utility::spawn_zombie( spawner );
(zombie_spawner being the zombie model in the sky)


but what is the line for dogs

i've tried
level.dog_spawners
level.dog_spawners[0]
zombie_dog_spawner


ModmeBot:

Reply By: Dan9977

level thread zm_ai_dogs::special_dog_spawn( amount of dogs, undefined, undefined);


ModmeBot:

Reply By: mathfag

Dan9977
level thread zm_ai_dogs::special_dog_spawn( amount of dogs, undefined, undefined);

Thanks


ModmeBot:

Reply By: Symbo
Can you explain how to spawn a dog from a specific struct with a trigger?
Thank you


ModmeBot:

Reply By: mathfag

Symbo
Can you explain how to spawn a dog from a specific struct with a trigger? Thank you

You can't