Guest User

Untitled

a guest
Jul 21st, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. if (getObjectAt(1530, 1531) == null && getObjectAt(1530, 1531) != null) {
  2. RSTile DoorTile1 = new RSTile(2970, 3336);
  3. RSTile tile2 = new RSTile(1530, 1531);
  4. if (distanceTo(tile) > 4)
  5. walkTileMM(tile);
  6. wait(random(1000,2000));
  7. atDoorTiles(DoorTile1);
Add Comment
Please, Sign In to add comment