xZZTx Posted May 19, 2008 Posted May 19, 2008 Well idk how to write it but if $on = 0 longer then 3 sec then exit how do i do that? Sorry For Any Spelling / Grammar Errors I May Make.... I Failed English Wayyyy To Many Times..
Developers Jos Posted May 19, 2008 Developers Posted May 19, 2008 Could you translate that to English or Dutch for me ? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
xZZTx Posted May 19, 2008 Author Posted May 19, 2008 K.... how can i make the script exit of the variable On = 0 for more then 3 sec Sorry For Any Spelling / Grammar Errors I May Make.... I Failed English Wayyyy To Many Times..
thenewkid Posted May 19, 2008 Posted May 19, 2008 (edited) while 1 if $on = 0 then $counters += 1 if $counters = 6 then exit endif sleep(500) wend i think that will work Edited May 19, 2008 by thenewkid some of my scripts check them out and give feedback so i can learn from them :)autoclicker a autoclickernote taker a script to take notes with
xZZTx Posted May 19, 2008 Author Posted May 19, 2008 thx ill try it Sorry For Any Spelling / Grammar Errors I May Make.... I Failed English Wayyyy To Many Times..
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now