Invert if statements results make "if-else" statements
You can now invert if statement results by setting "invertIfResult" to true. This will do exactly what it sounds like — if your action would normally run, and you set "invertIfResult" to true, your action will not run; and, if it would normally not run, and "invertIfResult" is true, the action will run.
This makes it possible to make "if-else" statements — so, you could run something if X, and run something else otherwise.