Welcome!

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

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Question How to count items in inventory?

Joined
Aug 7, 2015
Messages
28
I need to check how many specific items in inventory something like that:
Code:
if( item == 27){//do stuff}
I am pretty sure it can be done i just dont know what is ...the first line i have no idea how to call it :( But it should be something like:
Code:
public SpriteItem item = Inventory.getItems("Logs");
I bet its not sprite item, but no idea what it is. Help pl0x :)
 
Top