tobbe84 Posted February 17, 2012 Share Posted February 17, 2012 Is there a condition command for when the players health drops below a certain percentage? Link to comment Share on other sites More sharing options...
cscottydont Posted February 17, 2012 Share Posted February 17, 2012 if you're using it on a magic effect, its easy. Just make a new condition on that magic effect and choose GetActorValuePercent. if you're using it in a script...I don't see anything about a papyrus equivalent on the wiki so you'd probably just have to do some math in your script to find it. Game.GetPlayer().GetActorValue("health") / Game.GetPlayer().GetBaseActorValue("health") Link to comment Share on other sites More sharing options...
tobbe84 Posted February 17, 2012 Author Share Posted February 17, 2012 I am forever grateful Link to comment Share on other sites More sharing options...
Recommended Posts