Game Development Community

Pausing whole TGB?

by S. Arul Prakash · in Torque Game Builder · 10/10/2008 (4:12 am) · 0 replies

Hi,

I can able to pause the t2dscenewindow. But i'm not able to pause the schedule function. For example assume that we are having one level. In that level we are going to play for 1 min. After that 1 min we are going to display a message. Which will say "You Won" or "You Lost" at the end of the level.

For that i've used schedule function. But assume that the player is pausing a game for 2 min, at that time we've to call that function after 3 min. It should not happen after 1min. Can u tell me how to do that?