Modme Forums

Script to reward all perks after finding all hidden items

Game Modding | Call of Duty: Black Ops 3 | General Discussion


BIGCountry77x:

Hello! I have been looking all over to figure out how to give all players all perks after they complete the task of finding the items I want them to find. I have 13 perks in the map but only 6 can be bought. I want the rest to be rewarded for completing the EE. Anyone can help point me in the right direction?

Thanks
-BC

P.S

If it wasn't obvious, this is for my custom zombies map for BO3


Spiki:

Hello! I have been looking all over to figure out how to give all players all perks after they complete the task of finding the items I want them to find. I have 13 perks in the map but only 6 can be bought. I want the rest to be rewarded for completing the EE. Anyone can help point me in the right direction?

Thanks
-BC

P.S

If it wasn't obvious, this is for my custom zombies map for BO3

zm_utility::give_player_all_perks(b_exclude_quick_revive = false)


BIGCountry77x:

zm_utility::give_player_all_perks(b_exclude_quick_revive = false)

Thanks! I will give it a try