So since there is no encumbrance tracking on the base 4e character sheet, I was going to add a custom attribute (lets call it @{weight-limit} ) and give it X/160, where X is @{weapon-1-weight}+@{weapon-2-weight}+@{weapon-3-weight}+etc. Does anyone know the macros to call the weights from the inventory? When you add a new item to the inventory it asks for a weight and a quantity and then gives you an uneditable 'total weight' value from that. That total weight value must be able to be read somehow right?