May 29, 20178 yr I know how to withdraw certain items or items in an array but how do I withdraw ALL items in the bank until inventory is full without putting all items in a list ty
May 29, 20178 yr https://osbot.org/api/org/osbot/rs07/api/Bank.html get list of all items in bank and store them then withdraw items in that list
May 29, 20178 yr 14 minutes ago, Lewis said: https://osbot.org/api/org/osbot/rs07/api/Bank.html get list of all items in bank and store them then withdraw items in that list Dont even gotta store in a list really. boolean withdrawAll(Filter<Item> filter) Withdraws all of the specified item. #withdrawAll(item->item!=null)
Create an account or sign in to comment