Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Detailed prim count listing

Javier Hamelin
Registered User
Join date: 31 Dec 2008
Posts: 6
10-01-2009 12:26
Is there a way to show all the objects that I own on my land? I want a detailed listing of object names, not just the overall total number of prims used.
Ruthven Willenov
Darkness in your light
Join date: 16 Jan 2008
Posts: 965
10-01-2009 12:40
you'll need to set up some sim scanners for that, and as each object is detected you can check if you are the owner

if(llGetOwnerKey(llDetectedKey(0) == llGetOwner())//this will return TRUE if the last detected object is owned by you

you can also use

if(llDetectedOwner(0) == llGetOwner())

then if you want to get the prim count for each object you would use

llGetObjectPrimCount(llDetectedKey(0))
_____________________
Dark Heart Emporium

http://www.xstreetsl.com/modules.php?name=Marketplace&MerchantID=133020

want more layers for tattoos, specifically for the head? vote here
http://jira.secondlife.com/browse/VWR-1449?

llDetectedCollision* Functions similar to touch
http://jira.secondlife.com/browse/SVC-3369