Temsei Posted December 28, 2016 Posted December 28, 2016 Basically I need my bot to stay at one position and if it moves, I need it to move back to its original position with a click on the ground and not the minimap. It's all fine and dandy except for the actual mouse click back to its original position. Been playing around with it for a bit but unfortunately haven't managed to get it working. Any good ways to accomplish this?
Khaleesi Posted December 28, 2016 Posted December 28, 2016 Ever tried position.interact(getBot(), "Walk here"); 2
Temsei Posted December 28, 2016 Author Posted December 28, 2016 Ever tried position.interact(getBot(), "Walk here"); I could swear I did last night and it wasn't working... Must've had something else messed up haha cause it works just fine. Thanks 1