Welcome!

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

Sign up now!
  1. placebo

    Question Inventory.getItems(x).first().getQuantity()

    item = Inventory.getItems(x).first(); itemQuant = item.getQuantity(); what will be returned in itemQuant? Will it return "1" because item is .first or all of the same type ex. "28". so itemQuant would be equal to Inventory.getQuantity(x)? currently cant execute because i get the " gamepack is...
Top