See you could also do this for example
load music "<name here>.mp3",1
and just so you understand that code more what you are basically doing is loading a song from the game file or whatever dir you have set the file to.
the file doesnt have to be a mp3 it can also be a mid file
the 1 at the end is basically a name for that file in the program your using so later into the program just type
play music 1
and it will find the song labeled 1 and will play it. Now if you want a world of warcraft type of overworld music so it plays but you can hear the sounds stuff like that. I found out it wouldnt be the best choice for an rpg game unless its more fantasy .
now if you want to loop the music obviously
loop music 1
it would probably be best to use the music for a menu or something but if you want to use it for a game its your choice i cant stop you
Alienmaster