Modme Forums

How do you disable specific perks when using free perk bottle power up?

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


Zixology:

I don't have certain perk machines in my map (ex. Mule Kick) and I don't want them to be given to the player via free perk bottle. How do I take it out of the pool when the power up selects a random perk to give players?


Spiki:

Remove the #using in your mapname gsc and csc


eDeK:

Maybe...

level._custom_perks = Array::remove_index(level._custom_perks, "specialty_armorvest", 1);


Zixology:

Remove the #using in your mapname gsc and csc

I've long done that as well as removed it the altered usermap.gsc I'm using as well. It's still included.