my way's a little long but simple: use a sound editor software(i suggest audacity since it's easy to use and free) spee up the music in the software then save it in a new file
create an event that will be triggered when you'll be at 100 seconds left this event will change the music with the new one
those scripts are my very first scripts created from nothing they allow an nc to follow or flee the character(s) here they are: the "follow" With npc(sysval(Param1)) If ( Char(1).x - .x)^2 < ( Char(2).x - .x)^2 then If Char(1).x - .x > 0 then .facing =0 else .facing =1 End if Else If Char(...
i think maybe if you play with the scripts and the events i'm a beinner in this subect (still working on my first script) so i'll just explain m idea but can't reall create the script: first create the first event that will trigger te script the script should look like this: wait x seconds if variab...