jrod1311 Posted February 25, 2013 Share Posted February 25, 2013 Any way (without editing the PC's damage from falling) to mark a certain landing area as safe so he/she doesn't take damage from the fall? Maybe a marker or something? Any advice at all is greatly appreciated. Link to comment Share on other sites More sharing options...
BarbasTheDog Posted February 25, 2013 Share Posted February 25, 2013 You could put a trigger in that area. When the actor enters the trigger, it would have it's fall damage reduced to zero. When they leave it, reset the fall damage. Add a script with OnTriggerEnter and OnTriggerLeave adding an ability that's linked to a perk that removes fall damage when the actor enters and removing it when the actor leaves. But make the trigger very tall, or the delay of the script may cause the actor to die when they fall. Hope this is of use. :biggrin: Link to comment Share on other sites More sharing options...
jrod1311 Posted February 25, 2013 Author Share Posted February 25, 2013 Sounds great. Thank you so much! I will definitely credit you when I release my mod if what you said works. I'm gonna try it out now. Thanks again. Link to comment Share on other sites More sharing options...
jrod1311 Posted February 25, 2013 Author Share Posted February 25, 2013 How would I go about not only linking the trigger to the "perk", but how do I actually create a perk that reduces the fall damage to zero? Link to comment Share on other sites More sharing options...
Recommended Posts