Quote Originally Posted by Iru View Post
I do not think some of those conditionals do what you think they do.

Specifically, a single set of [] acts as a logical AND, requiring all elements inside them to be true. Multiple sets of [] seperated by spaces are logically OR'd together; if any one of them is true the clause executes. Clauses - separated by semicolons - are exectued in sequence until one of them does something.
Thank you Iru
You were correct I will be altering it a bit to work as intended.