SaveAssetIntoInventory

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	SaveAssetIntoInventory Low NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID			LLUUID	}
	}
	{
		InventoryData		Single
		{	ItemID			LLUUID	}
		{	NewAssetID		LLUUID	}
	}
}

Usage and Notes