9raxus Posted May 8, 2021 Share Posted May 8, 2021 I've been experimenting in the Creation Kit to detect when the player is injured. There's two types of injury: When the player's health points are lowered (either through radiation or physical injury) and when the limbs themselves are damaged. The Creation Kit (not Papyrus scripting but the CK itself) has a Condition Function called "GetHealthPercentage" which can detect whether the player's hit points are lowered, either through traditional injury or radiation. This function does not detect limb damage, though. Although I have looked through a lot of the possible choices in the condition functions, I can not find such a function to detect when a player suffers limb damage. There is one possible CF called "IsLimbGone" but it looks as though it is obsolete (and not well-documented in the Creation Kit wiki). Would anyone if there is a condition function that does detect limb damage? Thank you. Link to comment Share on other sites More sharing options...
DieFeM Posted May 8, 2021 Share Posted May 8, 2021 Take a look at GetHitLocation. Link to comment Share on other sites More sharing options...
Recommended Posts