Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.07 KB

1396.md

File metadata and controls

19 lines (14 loc) · 1.07 KB

Help How do you add perk change

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


ModmeBot:

Thread By: cheese
I want to add perk change to my perks but I am no scripter so I have no clue how to get it to work. If you have any solutions I will greatly appreciate it!


ModmeBot:

Reply By: mathfag



{% highlight php %}{% raw %} zm_perks::spare_change(); {% endraw %}{% endhighlight %}

add this in function main()


and

{% highlight php %}{% raw %} #using scripts\zm\_zm_perks;

{% endraw %}{% endhighlight %} to the top of the script, if it's not already there