ID:818293
 
(See the best response by Kozuma3.)
Problem description:

I don't know how to make this work but i want to put a song of when i login so players can hear it.
Best response
mob/Login()
if(src.ckey=="drpenguin")
world<<sound('SOUND_FILE.ogg')
Now i cant find the song D:
Unfortunately, that's not something we can assist with.
I would Say...
if its Wav format..
hmhm not sure anyway..D=
if(src.key == "Dr.Penguin")
src<<'Sound_File.wav'
In response to Chriss_uchiha
BYOND natively supports .mid, .midi, .mod, .s3m, .xm, .it, .oxm, .wav, .ogg, .raw, .wma, and .aiff.
In response to LordAndrew
This is Really Good D=