-
Notifications
You must be signed in to change notification settings - Fork 21
Inventories
Greg edited this page Feb 19, 2024
·
10 revisions
Inventories are a fixed size grid of slots capable of holding items. Each slot can hold one type and an amount of the item. e.g. Item("bucket_noted", 15)
. Inventories are used by players for the backpack (confusingly known as the inventory), equipment etc.. and by npcs for Shops.