i need help with making music1.mp3 change to music2.mp3
i can make music1.mp3 play when player enter screen but i cant make it change to music2.mp3.
i want it to play for a certain time then change to the next track then repeat.
i know it can be done with scripting but i cant seem to make it work (i tried)
thx in advance
Tried the GetMP3Position or whatever command to see when the first music has played long enough, then just PlayMusic(2);?