Create a global variable (for example, [[COUNT_CLICKS]]) in the onapplicationstart function
Create an βifβ action. In the if action, enter: [[GLOBAL:Your variable]] <= 2
In the if action itself, you need to call the βIncrease global variableβ action. You should call it at the very end, when your software has executed all the click logic
In the if statement itself, you need to call the βIncrease global variableβ action. You should call it at the very end when your software has executed all the click logic
