View Single Post
  #2  
Old 06-30-2014, 06:50 PM
MAJWIZ is offline MAJWIZ
MAJWIZ's Avatar
Registered User

Join Date: Jan 2012
Location: FORT WALTON BEACH FL
Posts: 292

This is a simple wave format: if past(1) and never() then
wave("duma1.wav", 100)

endif the (1) tells the computer how long to wait before playing the wave script. ie 5 seconds or however long you need. "duma1.wav" is the sound you want to play (insert your own wave sound) and 100 is the sound level. dont forget to add ENDIF at the end. That ends the IF statment.
Reply With Quote