Quote:
I need this particular 1 Macro to execute only every 30 minutes
You could simply use macro.pause with a value of 30 minutes for that. I think that would be 1,800,000 ms. There's a tool tab with time-to-milliseconds in the edit mode when you're scripting macros.
Quote:
Also
How to Click at text,
There's not a single instruction (that I know of) that will do that, you would need to script it out. What do you have so far?
[quote] I need this particular 1 Macro to execute only every 30 minutes[/quote]You could simply use macro.pause with a value of 30 minutes for that. I think that would be 1,800,000 ms. There's a tool tab with time-to-milliseconds in the edit mode when you're scripting macros.
[quote]Also
How to Click at text,[/quote] There's not a single instruction (that I know of) that will do that, you would need to script it out. What do you have so far?