- Joined
- Apr 7, 2017
- Messages
- 2
- Thread Author
- #1
So this is where it gets stuck, doesn't matter if the door is open or closed, when i walk outside the house, it'll start walking. Happens not only in this house, others around too.
My code;
My code;
Code:
Path path = Traversal.getDefaultWeb().getPathBuilder().buildTo(OakArea.getRandomCoordinate());
if (path != null) {
path.step();
}