While 1
Send("1")
Sleep(2000)
send("2")
Sleep(5000)
WEnd
This is a very basic script im useing with alot of success thus far. But what i have found is that i want it to do more. Is there a way that i can have each send command be on its own indipendant count down?
For example, i want it to send 1 every 2 seconds, while seindind 2 every 5 seconds, while sending 7 and 8 every 320 seconds, and 9 every 620 seconds.
Any ideas or sugestions on how to make it do this? Help if you can thank you.






