Difference between revisions of "LlGiveInventory"

From Second Life Wiki
Jump to navigation Jump to search
Line 8: Line 8:
|return_text
|return_text
|spec
|spec
|caveats
|caveats=*There is no way to know if the transaction failed.
|constants
|constants
|examples
|examples

Revision as of 19:19, 11 February 2007

Summary

Function: llGiveInventory( key destination, string inventory );

Give inventory to destination.

• key destination Avatar or object UUID.
• string inventory

The object destination must be in the same sim.
The avatar destination does not have to be in the same sim.

Caveats

  • There is no way to know if the transaction failed.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Events

Functions

Deep Notes

Search JIRA for related Issues

Signature

function void llGiveInventory( key destination, string inventory );