Difference between revisions of "Talk:LlGiveInventoryList"

From Second Life Wiki
Jump to navigation Jump to search
(Silent limit of 512 items maybe?)
 
Line 28: Line 28:


"Group deeded objects cannot use this function, the error "Group owned objects cannot give inventory." is shouted on DEBUG_CHANNEL" This does not seem to be correct. Testing, a deeded object happily hands out inventory lists to avatars (whether they are in the group or not). [[User:Tali Rosca|Tali Rosca]] 20:36, 5 August 2009 (UTC)
"Group deeded objects cannot use this function, the error "Group owned objects cannot give inventory." is shouted on DEBUG_CHANNEL" This does not seem to be correct. Testing, a deeded object happily hands out inventory lists to avatars (whether they are in the group or not). [[User:Tali Rosca|Tali Rosca]] 20:36, 5 August 2009 (UTC)
There seems to be a limit to items that can be given. I'm going to guess it's 512 items. Try to llGiveInventoryList greater than this limit of several hundred items and it results in silent failure. If someone wants to find the exact count that would be useful to add to the documentation. [[User:Stickman Ingmann|Stickman]] 22:44, 12 September 2013 (PDT)

Latest revision as of 22:44, 12 September 2013

Editing

>> # If inventory cannot be copied then an error is shouted on DEBUG_CHANNEL.

This sucks the big one compared to the elegant, clear, precise English that was in LSL wiki:

llGiveInventoryList can only give items which the object owner has copy permission on.

But one, of course, doesn't dare change it lest Madame sweep in her broom to set it back to the more obscure and exclusive. Chaz Longstaff 01:38, 20 October 2010 (UTC)

I can see you are upset and I would like to rectify the situation. Is this grudge specific to an edit you made to an LSL Portal article that was reversed? It's been more than a year since you've edited an LSL article. I've looked over the last few edits you made to LSL Portal articles and I'm just not finding examples of this. If you could point out more instances of obscure text I will try to expand them into something less obscure. I hope Cerise Sorbet's edit made this instance more clear. -- Strife (talk|contribs) 15:48, 20 October 2010 (UTC)

Sample

Considering there were several edits of the sample script, what should the sample script be? Should we have multiple? The current script gives away it's contents. It used to say it was an unpacker in it's description, but I corrected that. If we want an unpacker, then the sample should be different (and check to make sure the toucher is the owner). If we want a script that checks the flags to ensure they are the correct permission, that seems like a good sample for llGetInventoryPermMask. Kunnis Basiat 15:43, 24 December 2008 (UTC)

Issues

Issue Link At Bottom Leads To

llGetInventoryKey returns NULL_KEY when referencing a notecard that's empty

Adi 16:59, 20 April 2009 (UTC) Forgot To Sign

Template Was Wrong, 868 Template Lead To 4050 And Yay I Learned About Templates Today Adi 17:12, 20 April 2009 (UTC)

Sorry about that, when creating those I just copy and paste from one of the others... and I guess I forget. I've been meaning to make it auto-detect the issue handle so it doesn't have to be inserted (also thinking about doing this with the LSL Constants template, where I sometimes make the same mistake). -- Strife (talk|contribs) 13:31, 21 April 2009 (UTC)

"Group deeded objects cannot use this function, the error "Group owned objects cannot give inventory." is shouted on DEBUG_CHANNEL" This does not seem to be correct. Testing, a deeded object happily hands out inventory lists to avatars (whether they are in the group or not). Tali Rosca 20:36, 5 August 2009 (UTC)

There seems to be a limit to items that can be given. I'm going to guess it's 512 items. Try to llGiveInventoryList greater than this limit of several hundred items and it results in silent failure. If someone wants to find the exact count that would be useful to add to the documentation. Stickman 22:44, 12 September 2013 (PDT)