LlParcelMediaQuery
De DigiWiki.
//-- quick function to tell you the URL of the Media the Parcel is set for default{ touch_start( integer vIntNull ){ //-- named null because we're ignoring it llSay( 0, "The Media URL is\n" + (string)llParcelMediaQuery( (list)PARCEL_MEDIA_COMMAND_URL ) ); } }