UGX-Mods

Call of Duty 5: World at War => Help Desk => Scripting => Topic started by: TGMKTheII on May 04, 2018, 07:06:42 pm

Title: AI Instead of Dogs?
Post by: TGMKTheII on May 04, 2018, 07:06:42 pm
Is it possible for AI to take the place of dog rounds? For example have 7 or 8 soldiers you have to kill before round ends and goes back to zombies?

Any help would be greatly appreciated :)
Title: Re: AI Instead of Dogs?
Post by: DeletedUser on May 04, 2018, 09:52:43 pm
Is it possible for AI to take the place of dog rounds? For example have 7 or 8 soldiers you have to kill before round ends and goes back to zombies?

Any help would be greatly appreciated :)
yes you can actually do this with any ai however the hellhounds are the only ones that actually drop a max ammo and once you kill all of the AI you replaced for the hellhound round then the game never continues until the max ammo is spawned...at least thats what happened to me
Title: Re: AI Instead of Dogs?
Post by: death_reaper0 on May 05, 2018, 01:59:13 am
yes you can actually do this with any ai however the hellhounds are the only ones that actually drop a max ammo and once you kill all of the AI you replaced for the hellhound round then the game never continues until the max ammo is spawned...at least thats what happened to me
Code Snippet
Plaintext
level notify( "last_dog_down" );

just put that when the last one dies
Title: Re: AI Instead of Dogs?
Post by: TGMKTheII on May 05, 2018, 04:21:16 pm
Code Snippet
Plaintext
level notify( "last_dog_down" );

just put that when the last one dies

Where's that placed? Thanks for the help guys