I have a tcl that has more message condition checks as following:
if {***} then
{set mykill = TURE}
if {XYZ} then {
set mykill = TURE}
……………..
Is there a way that the first message hits the first IF statement then stop going to check the second or third IF statement and check the second message? It will save some message process time in the engine.