/// </summary>
/// <param name="invID">Inventory <seealso cref="UUID"/> of the gesture</param>
/// <param name="assetID">Asset <seealso cref="UUID"/> of the gesture</param>
public void ActivateGesture(UUID invID, UUID assetID)
{
ActivateGesturesPacket p = new ActivateGesturesPacket();
p.AgentData.AgentID = getAgentID();
p.AgentData.SessionID = getSessionID();
p.AgentData.Flags = 0x00;