Guest User

Untitled

a guest
Apr 25th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. for(int i = 0; i < 3; i++)
  2. {
  3. openBank();
  4. click("deposit", 0);
  5. withdraw9("vials");
  6. withdraw9("herb");
  7. withdraw9("berries");
  8. click("close", 0);
  9. useVialOnHerb();
  10. useUnfOnBerry();
  11. }
Add Comment
Please, Sign In to add comment