cypher2012 Posted August 9, 2017 Share Posted August 9, 2017 Hey guys, can you tell me the code I need to get the number of caps the player has? I have found the function Game.GetCaps(), which returns a caps001 object, but not sure how to take this and get the amount of caps! Thanks! Link to comment Share on other sites More sharing options...
Guerlot Posted August 9, 2017 Share Posted August 9, 2017 I haven't tried it myself, but you may have a better chance using GetItemCount insteadhttps://www.creationkit.com/index.php?title=GetItemCount_-_ObjectReference Link to comment Share on other sites More sharing options...
Magicockerel Posted August 9, 2017 Share Posted August 9, 2017 As Guerlot mentioned, I use: PlayerCapsCount = PlayerRef.GetItemCount(akItem = Game.GetCaps()) Link to comment Share on other sites More sharing options...
Recommended Posts