Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

~Finding the owner of an object~

Shippou Oud
The Fox Within
Join date: 11 Jul 2005
Posts: 141
05-28-2007 02:38
Here is were I'm running into problems.
I am NOT using a scanner.
I obtain the key from an object when it speaks on channel (whatever).

How do I get the name of the owner of the object, using the object's key? (using the object's name is useless, since it changes)
Marcush Nemeth
Registered User
Join date: 3 Apr 2007
Posts: 402
05-28-2007 02:44
To get the owners' ID, use:
llGetOwnerKey(key id);

To get the owners' name, use:
llKey2Name(llGetOwnerKey(key id));

If I'm thinking what you're thinking, is someone getting a favor returned? :D
Shippou Oud
The Fox Within
Join date: 11 Jul 2005
Posts: 141
05-28-2007 03:08
thanks, now I can finally figure out who is spamming my land!