Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved Inventory item filter

Joined
Jan 8, 2015
Messages
1,426
Was looking for a way to convert this method to allow for all kind of bones:

private boolean gotBones {
return Inventory.getItems("Dragon bones").results().size > 0;
}
 
Top