for this
Simba Code:procedure FoundARandom;
begin
Writeln('Found a random!');
PlaySound(ScriptPath+'evilaugh.wav'); //Play a small .wav sound
Wait(RandomRange(1000000, 1200000)); //Wait between 10 and 20 seconds after playing the sound
end;
Where can i find a small alarm sound effect in a .wav file???? Can I just change the ".wav" to ".mp3" to make it play mp3 sound effects??


Reply With Quote

