Jump to content

What is the script code of player's health?


Recommended Posts

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 by haohao69869
Link to comment
Share on other sites

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...