/// <param name="globalY">Integer value for the global Y coordinate to move to</param>
/// <param name="z">Floating-point value for the Z coordinate to move to</param>
// public void AutoPilot(ulong globalX, ulong globalY, float z)
public void AutoPilot(BigInteger globalX, BigInteger globalY, float z)
{
GenericMessagePacket autopilot = new GenericMessagePacket();
autopilot.AgentData.AgentID = Client.self.getAgentID();
autopilot.AgentData.SessionID = Client.self.getSessionID();
autopilot.AgentData.TransactionID = UUID.Zero;
autopilot.MethodData.Invoice = UUID.Zero;