Jump to content

get owner name


sndbad Ghost
 Share

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

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

Recommended Posts

If you look at the Wiki entry for llKey2Name, you will see it works for avatars only if they are in the same region, or an adjacent region, or for about 30 seconds or so after they leave the region.

So, this is expected behaviour.

If you want to know the name of the avatar whether or not she's on the region (or even logged in) you need llRequestAgentData, .   You will see there's a sample script there that shows you how to use that function (it's a bit more complicated than llKey2Name()),

  • Like 1
Link to comment
Share on other sites

Right.  llKey2Name only works if the person is in the same region or has only left it within the past 10 seconds or so,  Use llRequestAgentData and the parameter DATA_NAME instead.  It's a minor nuisance, because you'll have to run it through a dataserver event, but it works.

  • Like 1
Link to comment
Share on other sites

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