Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. else{
  2. if (Bank.isOpen()){
  3. if (Bank.contains(jugid)){
  4. if (Bank.withdrawAll(jugid))
  5. Time.sleepUntil(new Condition() {
  6. @Override
  7. public boolean check() {
  8. return Bank.withdrawAll(jugid) && Bank.close();
  9. }
  10. }, Random.nextInt(214, 848));
  11.  
  12. }
  13.  
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement