I am currently making a script using the http://www.creationkit.com/OnHit_-_ObjectReference, and so far I find that command absolutely ingenious for the purposes of what I'm doing.
My problem is that I want to check if the player is bashing the target (with a shield).
The line I'm using to perform the check goes:
If abBashAttack == True
However, this is not working.
Does anyone know how to properly check a boolean value?
Sorry to ask such a basic question, but I've googled for the answer and I can't seem to decipher it...