Hey there!    I need to separate an array of various items in weapons/magazines/backpacks/items to load them to a box with addWeaponCargo, addItemCargo, etc.   Example of the array:     I got them with getWeaponCargo, etc. Maybe the easiest solution would be to store them in different variables when i got them? I would be surprised if I can't classify them but i can't find nothing about it.   Any idea how to proceed? Thanks!   -------------------   Edit: I'm not storing the arrays directly on different variables because they are suposed to be stored in the profileNamespace of a server, and i wanted to mantain a clean enviroment, but i will do it if I need to.