LlEscapeURL
De DigiWiki.
// 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)); } }
// 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)); } }