help with play-sound

help with play-sound

Discuss game development here, from a distinct game project to an accessible third-party mutator, down to the interaction and design of individual units if you like.

Moderator: Moderators

Post Reply
User avatar
d-gun
Posts: 126
Joined: 03 Jan 2010, 18:32

help with play-sound

Post by d-gun »

hi, I am trying to use play-sound in a script but cant hear anything

the bos script looks like this:
Killed(Func_Var_1, Func_Var_2)
{
play-sound( "VICTORY2", 60 );
sleep 1;
play-sound( "VICTORY2", 60 );
}
do I need to define the sounds somewhere? I have made sure the files are in the sounds folder
Post Reply

Return to “Game Development”