ID:272212
![]() May 3 2008, 10:31 am
|
|
OK I got a mid file and i want to add it to a game for login but I don't know how. Please tell me.
|
Tried looking up the sound procedure in the DM Reference? It's very simple, heck, it was answered earlier
|
usr << sound('whateveryouwant.mid')
Try this code, and tell me if it helps. You can insert this code at any point where you want to add music to the game, example go to your login proc and add it, oh and the music file needs to be in your games folder, then you change the whateveryouwant.mid to for example, Naruto.mid if Naruto is the name of the file.