Any way to tell if the player is WALKING?

Post » Thu Jun 21, 2012 7:56 am

I want something to happen if the player is moving at walking speed (not running or sprinting). Is there a way to detect that in Papyrus?

EDIT: Never mind. isRunning is what I need (and isSneaking and isSprinting). I'm dumb.
User avatar
Manuela Ribeiro Pereira
 
Posts: 3423
Joined: Fri Nov 17, 2006 10:24 pm

Post » Thu Jun 21, 2012 12:32 am

you can also do checks on how fast there x,y,z coords are changing.
User avatar
Claire
 
Posts: 3329
Joined: Tue Oct 24, 2006 4:01 pm

Post » Wed Jun 20, 2012 10:57 pm

If you do != (Not) checks on those functions, remember it may output true to all, but that leaves the possibility that the player is either walking or standing still.
User avatar
Chris BEvan
 
Posts: 3359
Joined: Mon Jul 02, 2007 4:40 pm


Return to V - Skyrim