bleakraven Posted May 27, 2013 Share Posted May 27, 2013 (edited) Hi! I'm trying to have a scene where one of the actors - the player - goes unconscious for a while (about 10 seconds), but so far my results have not been good.I managed to make them go ragdoll with PushActorAway() but as soon as their body comes to a stop, they get up right away, which is not what I want here. Do you have any suggestions on how to make this happen? I don't want any visible effects from magic either.... I tried SetUnconscious() but the actor still got up... (Testing it on an npc atm) Any ideas? Edited May 27, 2013 by bleakraven Link to comment Share on other sites More sharing options...
bleakraven Posted May 28, 2013 Author Share Posted May 28, 2013 Maybe there is a paralyze version of the spell which allows ragdoll? *shameless bump* Link to comment Share on other sites More sharing options...
BotOwned Posted May 28, 2013 Share Posted May 28, 2013 (edited) Simply use .SetAV("Paralysis", 1) after using PushActorAway(), this will cause the actor to stay Ragdolled until you reset it back to 0, I would consider it the easiest way. (Although NPCs can cure paralysis unless you setunconscious as well) Edited May 28, 2013 by BotOwned Link to comment Share on other sites More sharing options...
bleakraven Posted May 28, 2013 Author Share Posted May 28, 2013 That worked! Thank you!!! Link to comment Share on other sites More sharing options...
Recommended Posts