Difference between revisions of "User:PixelProphet Lane/Scripts/Fast List Prim Contents"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with 'A script which can display Object Inventory already exists, but it's a rather slow and inefficient implementation. This script loops through the Object Inventory of the Prim you ...')
 
Line 1: Line 1:
{{LSL Header}}
{{box|Fast List Prim Contents|
A script which can display Object Inventory already exists, but it's a rather slow and inefficient implementation.
A script which can display Object Inventory already exists, but it's a rather slow and inefficient implementation.
This script loops through the Object Inventory of the Prim you add it to, and displays Itemname, Itemtype and next Owner permissions in chat by means of Owner message.
This script loops through the Object Inventory of the Prim you add it to, and displays Itemname, Itemtype and next Owner permissions in chat by means of Owner message.


{{LSL Header}}
<lsl>
<lsl>
// Fast Display Prim Contents and corresponding next Owner permissions in chat
// Fast Display Prim Contents and corresponding next Owner permissions in chat
Line 70: Line 73:
}
}
</lsl>
</lsl>
}}

Revision as of 11:29, 2 April 2010