The trigger I'm trying to point out at here is "Sound - set the music list to "XXXX", starting with a random song.
well it wont even let me create my own playlist, it only lets me select one song
I'm sure many other people have been searching for how to do this and couldnt find it in any of the tutorials or mapmaking assistance forums.|||Why not just use an Integer and do something like this:
Code:
Playlist|||Thanks I'll try that one =)
Actions
Set IntSound = (IntSound + 1)
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
IntSound Equal to 1
Then - Actions
Sound - Play Heroic Victory
Else - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
IntSound Equal to 2
Then - Actions
Sound - Play Human 1
Else - Actions
Etc. etc. etc.
No comments:
Post a Comment