default { state_entry() { llListen(49, "", NULL_KEY, ""); } listen(integer channel, string name, key id, string message) { if (message == "1") { llSetParcelMusicURL("http://scfire-nyk0l-2.stream.aol.com:80/stream/1018"); llSay(0, "Changed to channel 1"); } if (message == "2") { llSetParcelMusicURL("http://scfire-ntc0l-1.stream.aol.com:80/stream/1010"); llSay(0, "Changed to channel 2"); } if (message == "3") { llSetParcelMusicURL("http://64.236.34.97:80/stream/1044"); llSay(0, "Changed to channel 3"); } if (message == "4") { llSetParcelMusicURL("http://64.71.145.130:8070"); llSay(0, "Changed to channel 4"); } } }