Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. if (!Players.getLocal().getLocation().equals(abovefirstnet) && !Players.getLocal().getLocation().equals(branchh)) {
  2. Path wp;
  3. if (branchh.isLoaded()) {
  4. wp = Walking.findLocalPath(branchh);
  5. } else {
  6. wp = Walking.findPath(branchh);
  7. }
  8. if (wp != null) {
  9. if (wp.traverse()); Time.sleep(800, 1000);
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement