Ah, ok thanks! ^^. I got another problem...I added a custom sound and made a new map inside sounds, so I made the custom map inside custom_stories/WTWTR/sounds/ and inside of redist/sounds/ and then I placed the scare01.ogg and the scare.snt in the same folder (WTWTR/sounds/custom/ and redist/sounds/custom/) and then I made a script like this:
void func_play_sound1(string &in asParent, string &in asChild, int alState)
{
PlaySoundAtEntity("Scary01", "Scary01.snt", "Player", 1.0f, false);
}
please help XD