I've been trying to figure this out as well, the slots seem more based on the order which you pick the items up, I've been experimenting and some triggers have identified a weapon slot in my map as both slot 1 and slot 3 (Depending when i pick up the item), I currently think the slot system is somewhat bugged.
I can confirm that the inventory system works as an array, where each item is added in the order it is picked up. It does not differentiate between containers, item type or any other factor. It's a pain in the ass but I've worked around it (making my own bad/equipment UIs).
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I've no idea how to check a specific item in a specific inventory.. Any help would be appreciated!
Example:
I got 2 inventories
- 2 slot bag
- 4 slot bag
If i check by using:
which slot 1 does this condition retrieve? Is there a way to check specific item in a specific bag?
@JeffQ: Go
I've been trying to figure this out as well, the slots seem more based on the order which you pick the items up, I've been experimenting and some triggers have identified a weapon slot in my map as both slot 1 and slot 3 (Depending when i pick up the item), I currently think the slot system is somewhat bugged.
@JeffQ: Go
I can confirm that the inventory system works as an array, where each item is added in the order it is picked up. It does not differentiate between containers, item type or any other factor. It's a pain in the ass but I've worked around it (making my own bad/equipment UIs).