Jump to content

SL URL secondlife:///app/agent/<agent_id>/im notr supported


Agnes Chalet
 Share

You are about to reply to a thread that has been inactive for 1066 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

As far as documentation goes, you cannot put viewer URI namespace items in llLoadURL. See: http://wiki.secondlife.com/wiki/LlLoadURL

Quote

The url is truncated to 255 characters and message is truncated to 254 characters.
The protocol for the url must be specified, currently only "https://" and "http://" are supported.
The URL should be RFC-1738 compliant with proper escapes.

You can print them in chat instead and point script users there. They will also most probably work in the description field of llDialog.

Edited by panterapolnocy
  • Like 3
Link to comment
Share on other sites

llLoadURL is for /external/ links, like http://google.com . SLURLs do in fact work in the description field of llDialog(), so there is no reason for LL to create a function that is essentially the equivalent of llDialog(targetID,"secondlife:///app/agent/"+(string)otherID+"/im",[],-10000);

N.B. These links also work in all of the sections of your profile and picks (you will need an alt or a friend to do some debugging though, as they only appear as links for other people) enclose them in [] to change the shown text : [secondlife:///app/agent/<UUID>/im IM me] becomes IM me

N.B.2 All of the characters in the SLURL count against a llDialog window's 512 character limit, so you can really only fit up to 5 or so before llDialog stops working.

Edited by Quistessa
added info.
  • Like 4
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 1066 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...