CanCo Posted August 7, 2017 Posted August 7, 2017 I am trying to have my script hover on a specific tile but i cant find/ understand the API well enough to find out what to do >.> I tried like this Position(2618, 3444, 0).hover(); Would really appreciate the help
Lemons Posted August 7, 2017 Posted August 7, 2017 almost new Position(2618, 3444, 0).hover(getBot()) 1
CanCo Posted August 7, 2017 Author Posted August 7, 2017 1 minute ago, Lemons said: almost new Position(2618, 3444, 0).hover(getBot()) My man! Thank you!