baekacaek Posted December 12, 2020 Posted December 12, 2020 Is it possible (with F4SE if needed) to trigger ragdoll on player? Where the player character ragdolls to the floor and lies there for a few seconds. I've discovered that in CreationKit I can create an Explosion with "Knockdown" effect where the player will ragdoll - but immediately gets up after collapsing. I want to make the player ragdoll and stay ragdolled until my script says otherwise. Thanks!
steve40 Posted December 16, 2020 Posted December 16, 2020 You could try papyrus function ForceAddRagdollToWorld()
Recommended Posts