So I decided to do some scripting in my spare time. And as a first step to check some things out, I wanted the bot to walk to a certain position from any location (starting position should be variable and the ending position should be contant).
So somewhere I read that you could use this piece of code to walk somewhere(lumbridge general store coords):
public Position GeneralStore = new Position(3199, 3245, 0);
getWalking().walk(GeneralStore);
However when running this, nothing really happends (nog even a log that I've made)..
"Complete" code: