Anyone see any holes in my condition logic?
I need to do this so that two weapon fighter will not block when they press the attack button.
I have conditioned all attacks in my mod so that they will not work unless your stamina is a little more than 10%.
But then the hard code of the game will trigger a block for the player because it cannot attack. To prevent this I had to condition the block animation not to fire unless you have a shield, 2 handed weapon , torch and the other normal situations. I have tested all the combinations I can think of in the game and it works as intended but I have a feeling I am missing one or more combinations.