Hi
I think the If command got better. It can have two labels (the first if the condition happens and the second label if the condition does not). Also, you can use subroutines instead of label. Very fine!!
But... I think it would be better if these things could do with other if-like commands (IfWindowOpen, IfWindowClosed, and so on). I think the if-like commands should be able to have two labels (or two subroutines) like If command does.
I think it would be better if you would be able to keep empty the first label.
Something like this:
If>a=b,,sec
So if the condition happen, nothing happend. If the condition does not happen, go to label "sec"
Or something like:
IfWindowOpen>notepad,,nan
If notepad is open, nothing happens. If notepad is not open, go to label "nan" (or make the subroutine "nan").
Please, add these features for future releases.
Regards.