RANDOM MUSIC

Posts

Pages: 1
How can i make a map to play random Music by entering it ???
Thx in advance
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
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
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.
Craze
why would i heal when i could equip a morningstar
15170
...couldn't you use the "Delete Event" command to... delete the event?
In rm2k it was mistranslated to clear timer. How did that happen?


I'm pretty sure its right in the other ones though, so thats kindof self explanatory.
Pages: 1