TheSaint 14 Posted June 9, 2023 (edited) public boolean fullLootingBag() { return Inventory.get("Looting bag").hasAction("View"); } public boolean fullLootingBag() { return Inventory.get(item -> item.hasAction("View")) !=null; } Boolean returns false still. Any ideas anyone? Edited June 9, 2023 by saintp
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now