Alright, so I know this question has been asked before, however I've not yet revived an answer that works.
So when I make variables like this
set /a HP = %END% + (%STR% * .5) * %LVL%
I get the Missing Operand Error, I've been told to remove the "%" symbols, however this not only doesn't work, but I know for a fact it's not what I'm supposed to do, without the "%" symbol the program doesn't recognize "END" as a variable.
So how do I fix it?