LlEscapeURL
De DigiWiki.
Version du 25 juin 2012 à 23:38 par Djphil (discuter | contributions)
// provides a clickable link to the LSL Portal by escaping the space in the title string title = "LSL Portal"; default{ state_entry(){ llOwnerSay("http://wiki.secondlife.com/wiki/" + llEscapeURL(title)); } }