AdDrum Posted March 15, 2012 Share Posted March 15, 2012 As the description says, I'm looking for a way to access the current players stats so that I can edit them for a mod in the Creation Kit.Anyone know where this is? Link to comment Share on other sites More sharing options...
fg109 Posted March 15, 2012 Share Posted March 15, 2012 You can get them if through scripting with "Game.GetPlayer().GetActorValue("Name of Stat")". You could also have the game check the player's through conditionals on stuff like dialogue (e.g. trainer saying there's nothing more he/she can teach you). Not sure if that's what you had in mind though. Link to comment Share on other sites More sharing options...
AdDrum Posted March 15, 2012 Author Share Posted March 15, 2012 Thanks for the response. This is sort of what I wanted but I was look for away to edit the current players stats so that the running and walking speeds match that of the NPC's and also to add a button to toggle this on and off. Link to comment Share on other sites More sharing options...
Recommended Posts