Jump to content

Any way to mark an area as a safe landing?


jrod1311

Recommended Posts

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

  • Recently Browsing   0 members

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