I'd like it to be able to pause and resume. I can start, I can pause, but then I can't resume it. No idea why
Know any further tricks to improve or shorten my script? Thanks in advance.
Code below:
WinWaitActive("World of Warcraft") HotKeySet("{pause}","activate") HotKeySet("!{pause}","inactive") While 1 $a = 0 inactive() $a = 0 start() WEnd func inactive() Do Until $a = 1 EndFunc func activate() $a = 1 EndFunc func start() Do Send("{SPACE}") Sleep(Random(120000,240000)) Until $a = 1 EndFunc func quit() Exit EndFunc
Edited by Niv, 21 September 2005 - 06:52 PM.





