ID:171212
 
how do i get a sound to play once and stop?
mob
proc
aghfire(mob/player)
player << sound("Fire.wav",0)
// this will play the sound file
// 'fire.wav' once to what ever player is

turf
firepit
Click()
usr.aghfire(usr)

"sound(file,repeat=0,wait,channel)"
thats from the help file thats inside dream maker

you should look in there,then in the Reference
<<<<<<<<< its over there and after that do a search in the forum.

(Off topic)
you may ask why the **** i rename src and usr (agh)
its because that way i can keep track of whos whos :)