Guest User

Untitled

a guest
Jul 16th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. if(getMyPlayer().getLocation() == doorOutside){
  2. log("" + getMyPlayer().getLocation().getX());
  3. OpenDoorIfNeeded();
  4. wait(random(500,750));
  5. walkfromDoortoBar();
  6. }else if(bart != null && atBartender()){
  7. log("" +getMyPlayer().getLocation());
  8. while(!isInventoryFull()){
  9. BuyBeer();
  10. } else if (!bart.isOnScreen()) {
  11. RSTile nub = bart.getLocation();
  12. walkTileMM(nub);
  13. }
  14. }else{
  15. walkfromBanktoDoor();
  16. atTile(doorOutside, "Walk here");
Add Comment
Please, Sign In to add comment