Modme Forums
Menu:

play sound only once

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


ModmeBot:

Thread By: bigdog765
is there anyway i could play a sound only once when it is triggered. In my map when i walk through a certain doorway i want a sound to play but only once. Im using a trigger_multiple to play the sound


ModmeBot:

Reply By: modric
Theres actually an easier way, just add 'script sound' and the 'sound alias' as kvp's to the door model and it will play only once when it is opened.


ModmeBot:

Reply By: bigdog765

modric
Theres actually an easier way, just add 'script sound' and the 'sound alias' as kvp's to the door model and it will play only once when it is opened.

do i give them any values?


ModmeBot:

Reply By: modric
yea key is 'script_sound' and value is the name of the sound you want to play


ModmeBot:

Reply By: bigdog765

modric
yea key is 'script_sound' and value is the name of the sound you want to play

it worked thanks for the help