Wait for trigger - expire option

Endercraft

Moderator (& bug finder :D)
Is it possible to add an expire option for wait for trigger option ? For example, some macros are based on UI interaction and sometimes something goes wrong. This can be a problem, especially wait for trigger that have screen contents and can get stuck but launch the next time it goes right. I've found a solution, but it be easier to have this feature.
 

Dhruv Chauhan

New member
Is it possible to add an expire option for wait for trigger option ? For example, some macros are based on UI interaction and sometimes something goes wrong. This can be a problem, especially wait for trigger that have screen contents and can get stuck but launch the next time it goes right. I've found a solution, but it be easier to have this feature.
I have this issue because i mostly use wait until trigger in macros thus currently i use two different macros for it...first macro is my actual work (with first action that runs another macro in background that has wait time and cancle current macro actions).
 

Endercraft

Moderator (& bug finder :D)
I have this issue because i mostly use wait until trigger in macros thus currently i use two different macros for it...first macro is my actual work (with first action that runs another macro in background that has wait time and cancle current macro actions).
There may be a fix for this - in the future.
Either this is added, or the trigger fired constraint works with triggers in wait for triggers. That way, you can use a regular interval, then if this interval fired cancel macro actions.
 
Top