- Joined
- Jun 4, 2017
- Messages
- 15
- Thread Author
- #1
At the moment, from what I can tell, Bank.withdraw() goes into the main tab (infinity tab), and scrolls until it finds the item you're looking for. This isn't what a human would do. A human would search for the specific item (usually, unless they have a very organized bank) and withdraw the item from the search results. I think it'd be nice if a new method would be implemented that looks as follows:
Bank.withdraw(Pattern name, int amount, boolean search)
Pretty self-explanatory.
Bank.withdraw(Pattern name, int amount, boolean search)
Pretty self-explanatory.