ID:134639
 
I'm sure there's a way to turn this off. When I play and a new song is played in the code after another one, It plays both of them at once, it is very annoying. Is there a feature to fix this?
var/sound/s=new
s.file='blahblah.lol'
s.channel=1
some_mob<<s


Just set their channels to the same one.
Tazor07 wrote:
I'm sure there's a way to turn this off. When I play and a new song is played in the code after another one, It plays both of them at once, it is very annoying. Is there a feature to fix this?

The next beta will fix the overlapping of music files in worlds compiled in pre-347 versions. For anything you compile in version 347 or after, manually set the channel to something like 1024.

Lummox JR