HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Music Trigger Help

09-01-2004, 01:47 AM#1
andrewandrew
Hello all, i have try countless times to try and create a music list but it nevered worked... what i need is a music list that plays all the melee/ladder game music such as Orc1,OrcX1 and etc.. trying many times i have failed and wondered if anyone can help me :(
09-05-2004, 12:25 AM#2
player_72985
Have you tried going to each song, right clicking and selecting "Use As Music" ? After you have selected all the songs you want using that technique, then do the music list. If that doesn't work, show me your triggers.
09-14-2004, 02:29 AM#3
CommonsNat
Yeah, I'm also curious, how exactly do you use the music list triggers?
09-14-2004, 03:24 AM#4
player_72985
Code:
Melee Initialization
    Events
        Time - Elapsed game time is 5.00 seconds
    Conditions
    Actions
        Sound - Set the music list to Comradeship <gen>, starting with song 1
        Sound - Set the music list to Doom <gen>, starting with a random song
        Sound - Set the music list to Human1 <gen>, starting with a random song

is that what u mean? Cus that sets up the music to play in that order shown....i hope
09-14-2004, 09:44 PM#5
CommonsNat
Quote:
Originally Posted by player_72985
that what u mean? Cus that sets up the music to play in that order shown....i hope
So you're not sure?
09-15-2004, 09:12 PM#6
Gandalf2349
The set music list function sets the music that will be played at the end of this song. It sounds like it can only set the song that will play after this song, although the description isn't very clear.