LlParcelMediaQuery
De DigiWiki.
Version du 25 août 2012 à 19:20 par Djphil (discuter | contributions)
//-- 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 ) ); } }