I don't know if anyone has thought of this, but I came up with the idea during school. This script allows you to input seconds instead of milliseconds in the Sleep(). I might update this in the near future considering I have a couple of ideas for it. Here's the short snippet: Func SleepX($iTime) $arithmetic = $iTime * 1000 Sleep($arithmetic) EndFunc Example: ConsoleWrite("HUR DUR" & @LF) SleepX(3) ; Idles for three seconds then calls the next function ConsoleWrite("DERP H