Screen Content as Constraint (and Logic Condition)

e.t.l

Member
Screen Content is an awesome trigger, thanks so much for implementing it! Could it also be included as a Constraint and as a Condition for If/Then, Loops, AND/OR/XOR, etc?

(In case the use-case isn't immediately obvious, it would work as a Condition to say, "If content 'XYZ' is on the screen, then perform the actions in the IF block." As a Constraint, it would be like saying, "Only perform Action A if screen content includes 'XYZ'.")
 

Sserj

New member
You can use a global variable and a separate macro with two triggers On the screen and Not on the screen. It depends on which trigger was triggered to change the variable and use it in other macros.
 

e.t.l

Member
You can use a global variable and a separate macro with two triggers On the screen and Not on the screen. It depends on which trigger was triggered to change the variable and use it in other macros.
Thanks, I'm aware of that workaround. It would be much simpler and user-friendlier if it were added as a Condition/Constraint.
 
Top