Script to make the player unable to act

Post » Tue Jun 19, 2012 4:08 pm

I want to create a spell that simulates an ice block, making the player immobile with very high damage absorption for several seconds. I think I can easily implement the absorption part by creating a perk that greatly reduces incoming damage (like the Orc racial), and then adding this perk to the player for the spell duration.

However, I have no idea how to make the player unable to move and act. Any ideas?


Thanks.
User avatar
Cathrine Jack
 
Posts: 3329
Joined: Sat Dec 02, 2006 1:29 am

Post » Tue Jun 19, 2012 8:28 am

Possibly Game.DisablePlayerControls ?

http://www.creationkit.com/DisablePlayerControls_-_Game
User avatar
Sophie Miller
 
Posts: 3300
Joined: Sun Jun 18, 2006 12:35 am

Post » Tue Jun 19, 2012 3:17 pm

does this need scripting? could you not make a spell that has a self paralysis effect and an effect for damage absorption?
User avatar
scorpion972
 
Posts: 3515
Joined: Fri Mar 16, 2007 11:20 am

Post » Tue Jun 19, 2012 5:19 am

does this need scripting? could you not make a spell that has a self paralysis effect and an effect for damage absorption?
You could use paralyze, but that would make the player fall over. There's an ice freeze shout thing that does something like this too (perhaps the same thing) but it also makes them fall over. Someone made a mod on the workshop the other day that made the freeze not make the target fall over, but I don't really remember the name. You could try and search for it and see what he did...

Other than that I got nothin.
User avatar
Lawrence Armijo
 
Posts: 3446
Joined: Thu Sep 27, 2007 7:12 pm


Return to V - Skyrim