| View previous topic :: View next topic |
| Author |
Message |
Nmae Guest
|
Posted: Sat Mar 20, 2010 9:45 am Post subject: Help in "Sleep" |
|
|
I made this Sleep function but it's not working...it's only Sending the letters before the Sleep function is used on the screen, the rest of the message is not coming...here is my sleep short script.
!d:: SendInput t/find 0{enter}
Sleep 120000
SendInput t/find 0{enter}
Sleep 120000
SendInput t/find 0{enter}
return
Please try to help me. |
|
| Back to top |
|
 |
SoLong&Thx4AllTheFish
Joined: 27 May 2007 Posts: 4999
|
Posted: Sat Mar 20, 2010 9:48 am Post subject: |
|
|
| Code: | !d:: ; add newline here
SendInput t/find 0{enter}
Sleep 120000
SendInput t/find 0{enter}
Sleep 120000
SendInput t/find 0{enter}
return |
Edit: use tags next time, see the bold italic quote buttons in the edit screen when you post a message _________________ AHK Wiki FAQ
TF : Text files & strings lib, TF Forum |
|
| Back to top |
|
 |
Guest
|
Posted: Sat Mar 20, 2010 5:10 pm Post subject: |
|
|
| Thankyou very much. |
|
| Back to top |
|
 |
|