haohao69869 Posted April 6, 2018 Share Posted April 6, 2018 (edited) What is the script code of player's health point? I want edit a script with it . Okay,that is. I want edit the mod name "follower revive system "change the player's HP after success revived to 1% instead of 100%. how do I do?? Edited April 6, 2018 by haohao69869 Link to comment Share on other sites More sharing options...
shatsnazzle Posted April 7, 2018 Share Posted April 7, 2018 Hi, it looks like you have 2 posts. I wrote in here: https://forums.nexusmods.com/index.php?/topic/6538951-what-is-the-script-code-of-players-health/ you could find out the player's base health with .GetBaseValue() and then divide by 100 to get a value that is 1%. Then set the player's health with that value using .SetValue() Link to comment Share on other sites More sharing options...
haohao69869 Posted April 7, 2018 Author Share Posted April 7, 2018 Hi, it looks like you have 2 posts. I wrote in here: https://forums.nexusmods.com/index.php?/topic/6538951-what-is-the-script-code-of-players-health/ you could find out the player's base health with .GetBaseValue() and then divide by 100 to get a value that is 1%. Then set the player's health with that value using .SetValue() Thank you ! help me a lot ! Link to comment Share on other sites More sharing options...
Recommended Posts