Du brauchst für nichts von dem eine extra funktion. Schreibe einfach in die main:
 Code:
var x;
x = media_play("meinsong.mp3", null, 100);
wait(-5);
media_stop(x);



Always learn from history, to be sure you make the same mistakes again...