(I have a status box that shows a follower's current stats, and would like to show their current and maximum encumbrance.)
Function ShowStatusBox(ObjectReference FollowerRef) actor FollowerActor = FollowerRef as Actor int iCurrentWeight = FollowerActor.GetAV("InventoryWeight") as int int iMaxWeight = FollowerActor.GetAV("CarryWeight") as int