Game Modding | Call of Duty: Black Ops 3 | Scripting
Revlied:
I have the NSZ shootable ee script, which rewards the player with random perks. How could I change it so it only gives the players juggernog?
Here's the nsz shootable ee script: https://hastebin.com/lugugawigu.php
BunkerBaerIGER:
Find this line:
playersthread give_all_perks();
replace with:
playersthread zm_perks::give_perk("specialty_armorvest", true);
"specialty_armorvest" = juggernog
CabCon-Perklist