I have 1 object with two linked prims. The parent and the child. What I need to be able to do is know WHEN an object is dropped into the CHILD, and WHAT is in the CHILD's inventory. The llGetInventory function will only tell me what is in the parent's inventory. The changed(CHANGED_INVENTORY) event seems to work to let me know WHEN the object is dropped, but i can't figure out how to tell WHAT has been dropped.
Is there any way to get the inventory of a child prim? Or if not, does anyone have any suggestions? I've tried messing around with llListen & llMessageLinked functions to allow the two prims to communicate, but i couldn't really get it working at all.
Please let me know if you guys have any ideas. Thanks
