starcraft Posted July 15, 2003 Posted July 15, 2003 how do i set a 5 second time lag inbetween 2 commands? Quote
*Experts* mutant Posted July 15, 2003 *Experts* Posted July 15, 2003 You could use a timer and set it to 5 seconds, or you can use the Sleep() method of Thread: System.Threading.Thread.Sleep(5000) This will make your progeam stop for 5000 milliseonds which is 5 seconds. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.