http://osbot.org/forum/topic/89606-
Changelog:
-Added Walking class
-Deprecated LocalWalker class
-Re-wrote WalkingEvent
-Added WebWalker file handler to booter
-Various Mirror Mode performance improvements
Scripters: Hold off on using WebWalkEvent (deprecated), it will undergo pretty large changes.
if (mine != null && mine.isVisible() && getMap().canReach(mine)){
mine.interact("Mine");
sleep(2000);
}
else {
getWalking().walk(mine);
}