I've want to use a audio file, and want to use it as a audio emitter. I have it setup under as a function for a server command. Do I have my thinking right?
new AudioEmitter(TCcoreSFX_Default)
{
position = "0 0 0";
filename = ""@ $TCcoreSFX::Path @ "sfx_"@ %filename @ ".wav";
description = "TC_SFX";
type = "0";
volume = "1";
OutsideAmbient = "1";
RenderDistance = "-1";
maxDistance = "-1";
isLooping = "1";
mount = %client.object;
}
alxSourcei(%client.object[], "AudioEmitter(TCcoreSFX_Default)");