You state "Ive also tried changing the place of Else, in case anyone wonders" but this does not provide accurate code representation. From the picture your else and the block are not positioned correctly.
The else needs to move to the left and the block needs to move to right under it as described in https://support.smartbear.com/testcomplete/docs/keyword-testing/reference/statements/else.html
It will only work if the object you are checking exist in both conditions and only its value changes, example: "ClrFullClassName"="off" or "ClrFullClassName"="on". To validate use Spy and compare when it's set to on or off.
Also you might want to reduce such operation timeout to 1 second as when it is not equal to off it will wait using the default 10 seconds before it proceeds https://support.smartbear.com/testcomplete/docs/keyword-testing/basic/custom-timeouts.html#Dialog
đ Found it helpful? Click Like
â
Issue resolved? Click Mark as Solution