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" );
KINGSLAYER:
There's always a one line of code solution to these things, but I never know where to look for them 😅 Thank you