Posted by: BehemothProgrammer
« on: August 19, 2018, 11:00:57 PM »Maybe try doing one of the play sound events on tick in the particle.

If one of the play sound events don't work try the others. And if the sound keeps playing every tick set bOneInstancePerSource = 1 in the sounds .ksnd file. And if none of that works then I guess you'd need to do scripting.

Code: [Select]
[11] //active
{
eventID = 0 //Play Sound
params = { 15210.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 }
}
If one of the play sound events don't work try the others. And if the sound keeps playing every tick set bOneInstancePerSource = 1 in the sounds .ksnd file. And if none of that works then I guess you'd need to do scripting.