ID:160806
 
Ok i got it so you can browse your computer for songs, but how do you make it so when you login music plays automatically?
mob/Login()
src << 'music.wav'
..()
In response to Andre-g1
I recommend using the sound proc, too, as it gives you greater control over how the music is played etc.
In response to Jeff8500
ex.:
usr<<sound('music.wav')
In response to Takoma
He could have just looked it up in the reference. It's pretty self explanatory.