I'm working on a perk that causes you to knock a target unconscious if, while sneaking, you either bash the target or strike them with your off-hand weapon. Problem is, I don't know how to check for when the player is attacking with the off-hand specifically, and the CreationKit wiki still has almost no information on functions.
Does anyone know how to do this?
I'm also interested in figuring out how to register when the player is jumping. I can't find a function for that either (they actually decided to
remove older functions which allowed this).