Basically I want to add a function to my Widget Mod that shows follower inventory/carryweight. But the part were it needs to display the inventory weight doesn't work. Using console ingame with getav inventoryweight always spits out >> 0.00, despite the follower having like 200+ weight in his inventory. Trying to use on base actor(because the ck-wiki states that getav should be used on actor rather then objectreference) fires no positive result. Since followers are added to an alias I also tried this, to no avail. Any ideas here?