Thread: volume onsnd's
View Single Post
  #9  
Old 02-10-2014, 01:27 PM
Guest001 is offline Guest001
Registered User

Join Date: Aug 2008
Posts: 4,971

if waveready() and never() then
wave("wave.wav")
endif

This plays the sound from the player's mouth. (loudest)

You may or may not need waveready() for custom sounds. I think it's better to use it most times.
Reply With Quote