Game Development Community

Pause the scheduler

by Chaim Krause · in Torque Game Builder · 11/09/2007 (1:56 pm) · 3 replies

If I have things I have scheduled they are not affected by setScenePause(true). I would like to be able to pause and continue the scheduler as a whole or the individual events.

#1
11/24/2007 (8:56 pm)
I believe that "$timescale = 0" effectively pauses the scheduler, but then again maybe not because so strange things happen when I pause my game then unpause it . . . I just always assumed that this worked.
#2
12/03/2007 (3:05 pm)
Its confirmed that setting the global timescale to 0 pauses the scheduler.
#3
12/07/2007 (6:19 pm)
Thanks, that's good news.