TheSaint 15 Posted June 9, 2023 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?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.