llGiveInventory

From Second Life Wiki
Revision as of 22:30, 22 February 2007 by Strife Onizuka (talk | contribs)
Jump to navigation Jump to search

Summary

Function: llGiveInventory( key destination, string inventory );
0.0 Forced Delay
10.0 Energy

Give inventory to destination.

• key destination Avatar or object UUID.
• string inventory an item in the inventory of the prim this script is in

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

Caveats

  • If inventory is missing from the prim's inventory then an error is shouted on DEBUG_CHANNEL.
  • There is no way to know if the transaction failed.

Examples

See Also

Events

Functions

Deep Notes

Signature

function void llGiveInventory( key destination, string inventory );