help with play-sound
Posted: 20 Sep 2010, 17:33
hi, I am trying to use play-sound in a script but cant hear anything
the bos script looks like this:
the bos script looks like this:
do I need to define the sounds somewhere? I have made sure the files are in the sounds folderKilled(Func_Var_1, Func_Var_2)
{
play-sound( "VICTORY2", 60 );
sleep 1;
play-sound( "VICTORY2", 60 );
}