SetThingTimer


Sets a timer for a thing. Only the thing's class or capture cog can set a thing timer. The timer will not be stopped if the thing dies. When the timer message runs, the thing will be the sender of the message. Syntax:

SetThingTimer(thing, flex_delay);

To stop the thing timer, use:

SetThingTimer(same_thing, 0);