Hey all,
I've looked through the Help Files and here on the forums, but have yet to find an answer to my question. I need the macro that I'm developing to start at a specific time (a time that I set at some point prior to starting the macro). Would I have to call the Windows clock or is does AC Tool already "know" what time it is? Also, how accurate can I be when I set the designated time to start-- i.e. milliseconds are preferred.
Example:
Manually set macro to start
At 3:00:00 macro begins and runs until ends
Any help?
EDIT: The game is browser based and has it's own server clocks on every page. This time is actually what I would like to go off of, but I'm willing to use my Windows clock. How would I pull this information off of the site. I can't use IsObject because it is constantly changing.