Timers

Is it possible to delay a timer by the remaining time on another timer?

An attempt at explaining:

I have an object that when touched sets a value to true and starts a timer to make said value false again. During this time I would like to have the user make various actions that call a function once the timer expires and the value is returned to false.

Sheesh, hope that makes sense. [import]uid: 102017 topic_id: 17829 reply_id: 317829[/import]

Hi there,

From the sounds of thing this would work fine - you’d just set a few flags or the like to listen for what the user has done in that time so the function called at the end of the first timer could perform whatever actions you wanted done, based on what the user had done in that time.

Man, this was mind bending thread - it’s hard to picture stuff sometimes :wink:

Peach :slight_smile: [import]uid: 52491 topic_id: 17829 reply_id: 68086[/import]