Inventory Sizing
When adding items to an inventory, you need to specify an index
. This index starts at zero and ends at a specific number. An inventory always has 9 columns and can have 1 - 6 rows. From this one can create a matrix:
The numbers outside is the number of the column/row and the numbers inside are the respective indexes.
Last updated