YouDoNotKnowMyName Posted April 14, 2021 Share Posted April 14, 2021 Good evening everybody! Is there any way to make a script that gets the "caps value" of all items in a container (chest)?(And then does something with that value, like remove it from the player inventory or store it in a global variable) I already looked on the CK wiki and couldn't find something like GetValueCaps or GetCapsValue ... Link to comment Share on other sites More sharing options...
DieFeM Posted April 14, 2021 Share Posted April 14, 2021 https://www.creationkit.com/fallout4/index.php?title=GetGoldValue_-_Form Link to comment Share on other sites More sharing options...
dylbill Posted April 15, 2021 Share Posted April 15, 2021 I think what you want is GetInventoryValue https://www.creationkit.com/fallout4/index.php?title=GetInventoryValue_-_ObjectReference Link to comment Share on other sites More sharing options...
YouDoNotKnowMyName Posted April 15, 2021 Author Share Posted April 15, 2021 I think what you want is GetInventoryValue https://www.creationkit.com/fallout4/index.php?title=GetInventoryValue_-_ObjectReferenceThanks!I think this is exactly what I need! Link to comment Share on other sites More sharing options...
dylbill Posted April 15, 2021 Share Posted April 15, 2021 No problem :) Link to comment Share on other sites More sharing options...
Recommended Posts