RemoveTaskInventory

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	RemoveTaskInventory Low NotTrusted Zerocoded
	{
		AgentData	Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID  }
	}
	{
		InventoryData		Single
		{	LocalID			U32	}
		{	ItemID			LLUUID	}
	}
}

Usage and Notes