Hi - just started using AutoPilotLocal libomv call to move a bot logged into OpenSim from one location to another.  I hoped that would result in the bot walking, but despite setting fly=false the bot always flies.  <div><br>
</div><div><div>            client.Self.Movement.AlwaysRun = false;</div><div>            client.Self.Movement.Fly = false;</div></div><div>            client.Self.AutoPilotLocal(56, 74, 25);</div><div><br></div><div><br>
</div><div>Is this expected?</div>