Posted by CogKing on February 19, 1998 at 18:55:41:
In Reply to: Executor2 posted by COG Problem: DestroyThing on February 19, 1998 at 18:40:39:
activated:
aThing = CreateThing(...);
SetTimerEx(aDelay, aThing, 0, 0);
...
Return;
timer:
DestroyThing(GetSenderId());
Return;
-CogKing