- Product: WRobot General
- Type: Bug
- Status: Unconfirmed
while(ObjectManager.Me.Position.DistanceTo(new Vector3(377.3996, -134.4637, -2)) > 3)
{
MovementManager.Face(new Vector3(377.3996, -134.4637, -2));
Thread.Sleep(500);
Move.Forward(Move.MoveAction.PressKey,100);
Thread.Sleep(500);
}
Bot never come into point
Recommended Comments
Create an account or sign in to comment