Modme Forums

Change powerup drop rate?

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


ModmeBot:

Thread By: Dedrix
Basically yea, is there a way to change the percentage of drops in your map?


ModmeBot:

Reply By: Shadowily_

Dedrix
Basically yea, is there a way to change the percentage of drops in your map?

Yes there is. You need to put this in the function main area in your map.gsc file :

zombie_utility::set_zombie_var( "zombie_powerup_drop_max_per_round", (the number of drops you want) );