Frictional Games Forum (read-only)

Full Version: Problems with sound
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi FG.

I have a problem with a sound, i want it to play the sound "enabled" the grunt, but it plays one of the brute, because he has the same filename but in different folders...

Any help ?

Here is the script command

Code:
PlaySoundAtEntity("","enabled", "AreaGruntSound", 0, false);

Thank.
You could try copying the files to your custom story's sounds folder and renaming the files.
Thank, its working ! Big Grin
The reason for that is the files are named the same. If you don't want the hassle of copying it, you can always further specify the path name.

PlaySoundAtEntity("", "grunt/enabled.snt", "AreaGruntSound", 0, false);