ID:267814
 
i need help my game is almost sorted i ahve the music start up as soon as you log in BUT! when i put this code in i lose my admin commands but when i put it sumwehre else i get my admin commands back and yet i dont get the music can neone help?? (this is a zeta engine i edited mose of the normal stuff but this msuic things making me think hard!)
This is how you would do it:

mob/Login()
..()
src << sound('YourSound.mid') //This will play 'YourSound.mid' to each person that logs in.
// All your other procedures and what not follow up here.


Hope that helps, you out.

If you still need help, lookup the "sound()" in the help within Dream Maker, default key is F1.

--Lee