LlGetParcelMusicURL
De DigiWiki.
string parcel_music_url() { string parcelMusicURL = llGetParcelMusicURL(); if (parcelMusicURL != "") return parcelMusicURL; // else return "Sorry, could not retrieve parcel's music URL.\n" + "You'll either need to be the land owner or able to deed me."; } default { touch_start(integer num_detected) { // PUBLIC_CHANNEL has the integer value 0 llSay(PUBLIC_CHANNEL, parcel_music_url() ); } }