HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

MapMusic

08-07-2006, 05:32 AM#1
The_AwaKening
Collapse JASS:
native SetMapMusic                  takes string musicName, boolean random, integer index returns nothing
What does the integer index change? Default in blizzard.j when using bj function is set to 0.
Collapse JASS:
function SetMapMusicIndexedBJ takes string musicName, integer index returns nothing
    call SetMapMusic(musicName, false, index)
endfunction
08-07-2006, 05:54 AM#2
Naakaloh
Some music files might be indexed with because the have similar names. (ie. NightElf1, NightElf2, etc.)