ID:174088
Oct 3 2003, 9:54 am
|
|
How can you time a deletion for 30 seconds or something?
|
Oct 3 2003, 10:12 am
|
|
look up sleep or spawn.
|
In response to Wanabe
|
|
what Ive done for my game is items have a bool flag to make them for deletion. In my world code it checks at set intervals for all the objs in its contents and if its flag is set for deletion then it gets deleted if not then it stays.
|