Maybe that helps:
Code:
 
SOUND* Kick_wav = "Kick.wav";

function your_trigger()
{
...your code
snd_play (Kick_wav ,Snd_vol,0);
}