/// <param name="rezSelected">If set to true, the CreateSelected flag
/// will be set on the rezzed object</param>
public UUID RequestRezFromInventory(Simulator simulator, Quaternion rotation, Vector3 position,
InventoryItem item, UUID groupOwner, UUID queryID, boolean rezSelected)
{
RezObjectPacket add = new RezObjectPacket();
add.AgentData.AgentID = Client.self.getAgentID();
add.AgentData.SessionID = Client.self.getSessionID();
add.AgentData.GroupID = groupOwner;