I was just wondering if anyone knows how to start a sound with script or where i can find tutorials on it?
These should help get you started:
In short, once you have a sound imported attach an AudioSource to an object, drag the audio file from the project window to the AudioSource, and then you can use audio.Play() to start it.
Thanks that help a lot