I'm trying to create a sound, but because I'm new to this, it failed.
I opened it in-game, and the audio file was on the list, but it wouldn't play.
Can anyone tell me where I need to fix my code?
I based it directly off of Sound_Beeps' code.
datablock AudioProfile(FTL_Victory_Sound)
{
filename = "./FTL_Victory.wav";
description = AudioClosest3d;
preload = false;
};