Game Development Community

Sleep call equivalent?

by Brian Carter · in Torque Game Builder · 02/27/2008 (6:50 pm) · 1 replies

I tried searching the forums for the answer to this, but the search engine is abysmal (but thats another subject).

I'm trying to find the Torque script equivalent of the C/C++ function sleep(time in milliseconds) .. is there one, and if so what is it please?

#1
02/28/2008 (8:29 am)
Nevermind, I used schedule to do what I needed to do, and it was probably a better way of doing it anyhow.