Before seeking out help, always check the error console(exclamation point button) and it will tell you any errors that popped up, and if you still can't figure it out from the error console, paste both your code and any errors that popped up.
yeah, for simple yes/no variables with no actual numeric values, set them to either true or false. I made the same mistake you did and that straightened it out. Afterwards, instead of doing taurianrage = 0 you can simply do 'if not taurianrage' or 'if taurianrage' instead of typing out the value of the variable
Comments
Signature!