Kahenraz Posted October 29 Share Posted October 29 I tried GetItemCount() but it doesn't work for world objects. It always returns 0. int stackSize = akTargetRef.GetItemCount(akTargetRef.GetBaseObject()) Debug.MessageBox(stackSize) Link to comment Share on other sites More sharing options...
wSkeever Posted October 30 Share Posted October 30 GetRefCount in PO3 Papyrus Extender: https://github.com/powerof3/PapyrusExtenderSSE/blob/master/Papyrus/Source/scripts/PO3_SKSEFunctions.psc#L725 Link to comment Share on other sites More sharing options...
Recommended Posts