Modme Forums

Script for Perk Machine Jingles

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


ModmeBot:

Thread By: AA191
I need help with a script when you knife or shoot the perk machines they play their Jingles :x

My easter egg has hints in the jingles that can be heard, and I need to get them to play on command somehow. Help would be much appreciated :3


ModmeBot:

Reply By: natesmithzombies
You can do a trigger_damage and then waittil("trigger", player); then playsoundatposition(trigger.origin);



That is nothing usable by itself but it should hopefully get you started on how to implement. I imagine you have more you would like to do than simply just play the perk jingles so I suggest looking at someone's shootable trig tutorial and basing your code off of that.