Modme Forums

Custom Death Machine?

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


Chroma:

How do I change the weapon the death machine powerup gives you?


Magicman:

put this in your main function:

level.zombie_powerup_weapon[ "minigun" ] = GetWeapon( "gun name here" );


Chroma:

put this in your main function:

level.zombie_powerup_weapon[ "minigun" ] = GetWeapon( "gun name here" );

There's always a one line of code solution to these things, but I never know where to look for them 😅 Thank you


KINGSLAYER:

There's always a one line of code solution to these things, but I never know where to look for them 😅 Thank you

The global variables are defined in the gsc's, have a read through them and you'll find what you need.. This was likely found in the death machine script