Hey all,
I am trying to perform a very simple task - but have absolutely NO prior experience to this. I want to be able to run a script that allows me to click once and have the script "double click."
I searched around and found this script...
Func mouse()
; Double click at the current mouse pos
MouseClick("left")
MouseClick("left")
EndFunc
BUT - ive loaded it into a new script, and run the script, but nothing is happening. I am sorry for not having any idea what to do here. any help is GREATLY appreciated.
I am trying to perform a very simple task - but have absolutely NO prior experience to this. I want to be able to run a script that allows me to click once and have the script "double click."
I searched around and found this script...
Func mouse()
; Double click at the current mouse pos
MouseClick("left")
MouseClick("left")
EndFunc
BUT - ive loaded it into a new script, and run the script, but nothing is happening. I am sorry for not having any idea what to do here. any help is GREATLY appreciated.