Jump to content

Open The Profile Window Using LSL or Anchor Link


joniveehernandez
 Share

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

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

Recommended Posts

The only way to do it is with a llLoadURL, but it pops up a blue dialog window asking if it's ok to open the page, then goes to a profile.  Something like this:

 

       llLoadURL(id,"","secondlife:///app/agent/"+(string)avatar_key+"/about");

 

Link to comment
Share on other sites

This is totally the right answer, I just want to add that you can also shrink this into Chat. Modern viewers make this URI attractive.

The example below:-

llOwnerSay("Open Profile: secondlife:///app/agent/"+(string)avatar_key+"/about");

 will look like:-

Open Profile: [ ] Avatar Key

 Where [ ] is the avatar's profile image, and Avatar Key is the targets Display Name.

  • Like 1
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 3551 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...