I recreated this with a script that show Messagemodal>Test
and assigning a custom trigger from help
Code: Select all
SRT>Trigger
IfWindowOpen>Calculator
Let>MACRO_RESULT=TRUE
Else
Let>MACRO_RESULT=FALSE
Endif
END>Trigger
SRT>Reset
IfWindowOpen>Calculator
Let>MACRO_RESULT=FALSE
Else
Let>MACRO_RESULT=TRUE
Endif
END>Reset
After opening Calculator, the trigger does not fire for Messagemodal>Test script.