justanotherkid Posted April 11, 2016 Share Posted April 11, 2016 could someone explain how to make a player walk to a position? atm I'm just having my player walk to an area Quote Link to comment Share on other sites More sharing options...
lisabe96 Posted April 11, 2016 Share Posted April 11, 2016 getWalking().walk(Position position); Quote Link to comment Share on other sites More sharing options...
lisabe96 Posted April 11, 2016 Share Posted April 11, 2016 (edited) I believe this is what you're after. http://osbot.org/forum/topic/60536-tutorial-how-to-walk-a-path-in-one-line-of-code/ Sorry if im wrong. That examples uses the localwalker which is deprecated. See API docs for all the methods: http://osbot.org/api/org/osbot/rs07/api/Walking.html Contains webwalking, area walking, path walking and single position walking Edited April 11, 2016 by lisabe96 1 Quote Link to comment Share on other sites More sharing options...