Ok, thanks! Unfortunately I'm not that good and experienced whith scripts. Description.ext is set up for playing own songs. At the moment I have this script in to the radio:
ra1 addAction [ "On" , {
ra1 say3D [ "Audioger", 50, 1];
} ];
I can start the .ogg with the "ON" Button like this, but it doesn't stop when i hit the button again. I would like it to have a second button with "Music Radio", if i hit this one the first ogg stops and the new ogg starts. Optional a third button with "OFF" which stops all ogg who runs would be nice. Could you help me with this, please?