Changing the slider, as reflected on in the code, doesn't effect the delay between clicks, and it therefore doesn't work on some servers with 500ms.
Sleep 100
ControlClick, , ahk_id %id%, ,Right, , NAD
Sleep 500
ControlClick, , ahk_id %id%, ,Right, , NAU
I assume the variable is meant to affect that sleep time, if I can figure out how AHK works I'll fix it and do a pull request myself.
Changing the slider, as reflected on in the code, doesn't effect the delay between clicks, and it therefore doesn't work on some servers with 500ms.
I assume the variable is meant to affect that sleep time, if I can figure out how AHK works I'll fix it and do a pull request myself.