• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Ragdoll on Stun Effect?

RavenWits

New member
Is it possible to make player falldown(ragdoll) when stunned by a zombie?

I am trying to find a way in XMLs, but no luck yet.

Please someone look in to this.

 
Yes you can with this

Code:
action="Ragdoll" target="self" duration="3.5"
you can use it with a trigger, there is a sample in the knockdown buff

Code:
	<triggered_effect trigger="onSelfBuffStart" action="Ragdoll" target="self" duration="3.5"/>
 
Yes you can with this
Code:
action="Ragdoll" target="self" duration="3.5"
you can use it with a trigger, there is a sample in the knockdown buff

Code:
	<triggered_effect trigger="onSelfBuffStart" action="Ragdoll" target="self" duration="3.5"/>
This method works for now. (A17.1)

Confirmed and thanks a lot!

 
Back
Top