Make player "stop moving"

Post » Tue Jul 30, 2013 6:08 am

Hello everyone,

I was wondering whether there's a way to make the player stop via Script, even in the middle of an animation? I've tried SendAnimationEvent(PlayerREF, "moveStop"), but he still keeps on "running" (The prior animation is the whirlwind sprint - So basically what I'd need to find is a way to interrupt the animation. Is there anything you know of?

All the best and thanks in advance,

Nicolas

User avatar
Tiffany Castillo
 
Posts: 3429
Joined: Mon Oct 22, 2007 7:09 am

Post » Tue Jul 30, 2013 1:43 am

Try EnableAI(false) ?

User avatar
Rhiannon Jones
 
Posts: 3423
Joined: Thu Sep 21, 2006 3:18 pm

Post » Tue Jul 30, 2013 3:06 am

Take a look at Game.http://www.creationkit.com/SetPlayerAIDriven_-_Game or Game.http://www.creationkit.com/DisablePlayerControls_-_Game

User avatar
Harry-James Payne
 
Posts: 3464
Joined: Wed May 09, 2007 6:58 am


Return to V - Skyrim