RANDOM MUSIC
Posts
Pages:
1
Right click the map and click on properties. Go to "BGM" and specify what song you want to be played. Now when you enter that map the music you selected will play.
Thank you but i know that too, i wanted to know how to play a random music at one map.
Example: Player enters map and map will chose randomly one of 5 songs that has been chosen for this map
Example: Player enters map and map will chose randomly one of 5 songs that has been chosen for this map
Parallel process.
Change variable "random" set to random number 1-5
If Variable is 1 then:
Play BGM 1
If Variable is 2 then:
Play BGM 2 (etc)
Cycle
Wait 0.0
End cycle
Change variable "random" set to random number 1-5
If Variable is 1 then:
Play BGM 1
If Variable is 2 then:
Play BGM 2 (etc)
Cycle
Wait 0.0
End cycle
Or for one that won't continually run, if you're using rm2k (be specific!)do the above minus the
Cycle
Wait 0.0
End cycle
and have it use Clear Timer command to temporarly delete the event instead.
Cycle
Wait 0.0
End cycle
and have it use Clear Timer command to temporarly delete the event instead.
Pages:
1

















