IsSneaking
Jump to navigation
Jump to search
Checks to see whether the actor is currently sneaking.
Parameters[edit | edit source]
None
Return Value[edit | edit source]
Returns 1 if the actor is sneaking.
Notes[edit | edit source]
- This condition may cause a CTD if it is evaluated on TalkingActivators. As a workaround, put other conditions that will filter out any potential TalkingActivators earlier in the conditions list.