Remove several items with the same ItemType from Inventory (v.2.2)

Absent83

Member
Hi, @Justin @Sangemdoko !

How can I remove several items with the same ItemType from Inventory (v.2.2) ?

I used the method Inventory.UseItem(ItemType, count) earlier , but what is the way to do the same in v.2.2 ?
 
Last edited:
See this page for the new API:


UseItem is now AdjustItemIdentifierAmount .
 
Top