Jump to content

Find objects in prim inventory on parcel


Lelani Carver
 Share

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

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

Recommended Posts

I'm missing a couple of no-copy objects, that I suspect I control-dragged into the wrong prim somewhere on my parcel. I've checked the most likely "targets" for these missing objects, but is there a script to search rezzed object inventories (by name)? There are a lot of objects on my parcel, not sure what the best solution for dumping this data would be. Otherwise, I'll start checking objects all around the target area by hand...

  • Like 1
Link to comment
Share on other sites

Scripts can't read inventories of anything but the specific prim they're inside.

About the only scripted thing that comes to mind you could try is scanning objects with llSensor and llGetObjectDetails (easier said than done, the actual execution gets messy thanks to limited results from the sensor) and getting the OBJECT_TOTAL_INVENTORY_COUNT to limit yourself to manually checking objects that have something inside their inventories to begin with.

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

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