Jesse Posted January 11, 2016 Share Posted January 11, 2016 Still new to osbot but i'm not sure if it possible to make a player not walk again until he stops at the tile he clicked on since at the moment the walking spams way too much Quote Link to comment Share on other sites More sharing options...
ni562 Posted January 11, 2016 Share Posted January 11, 2016 (edited) not sure but I think you can do while(myPlayer().isMoving){ sleep(500); } Edited January 11, 2016 by ni562 Quote Link to comment Share on other sites More sharing options...
Jesse Posted January 11, 2016 Author Share Posted January 11, 2016 not sure but I think you can do while(myPlayer().isMoving){ sleep(500); } ya i tried something like this before and it did no luck for me Quote Link to comment Share on other sites More sharing options...
Paradox68 Posted January 11, 2016 Share Posted January 11, 2016 ya i tried something like this before and it did no luck for me Not sure why you'd be having this problem getWalking().webWalk(pos); works fine for me even in instances where it's being called repeatedly, it doesn't spam click for me. Quote Link to comment Share on other sites More sharing options...