Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
It might be a stupid question but...
#1
I apologyse for my newbie question but, could anyone help me with a little problem?
I use QM in a browser game to do for me a event which is at 6 am, hour at which i sleep.
Atm i use "wait"comand but it asks me to give it the time in seconds and it makes me problems since i dont remember to set the macro at 10:00 pm to have exactly 8*60*60 seconds
So there is any way to build a syntax which would sound something like "when time is 06:00 press space" ? ( all what it has to do is to press space barr with 1 minute before 6 am Sad )
I apologyse again for the stupid question but i really didnt found out a way to solve it by myself
I found the command "date" but i dont know how to use it Sad
Thanks a lot for your time and sorry again for this question.
#2
Macro Press Space Key
Code:
Copy      Help
str s actionTime = "5:59 AM"  
rep

,s.time("-" "h:mm tt")
,if s=actionTime
,,key V
,,end
,5  ;; check for every 5 sec
#3
Create a function, right click on it, select properties, then you'll be able to integrate it as a windows task...see picture...

HTH


Attached Files Image(s)
   


Forum Jump:


Users browsing this thread: 1 Guest(s)