Hello there! I'm having a really weird issue with audio emitters. I have this pretty standard system set up in my game:
Emitter's create event:
emitter = audio_emitter_create();
audio_emitter_gain(emitter, 1);
audio_emitter_position(emitter, x, y, 0);
audio_emitter_falloff(emitter, 100, 300...