| 08-07-2003, 04:06 AM | #1 | |
In Naga Melee, I naturally want the Naga theme to play instead of the Orc theme or the Human theme. I checked in the "Game Interface" deal to see if I could change it there, but I didn't see anything for it. So, I tried triggers. I created the following trigger, hoping it'd work.. Quote:
Unfortinutely, I didn't work, and it still plays the regular background music. I apoligize for being a complete idiot newbie. |
| 08-07-2003, 05:09 AM | #2 |
instead of stoping the current music theme just stop all music then set the music list to "Naga Theme" (you will have to import the music via the sound editor) Then finally just call Sound-PlayMusic(...) with the first song you want to play, and there you go. The song will continue to repeat until you either clear the music list or stop the music. |
| 08-07-2003, 08:18 AM | #3 |
instead of using "Map Initailization" you have to change it to "Time Elaspes - 0.10" This is because it will play that music theme right as the map loads, thus it will play the music in the loading screen, not in the once the game loaded. |
