07.09.2016, 16:54
Quote:
Store the ids of the first and the last object and use those as start and end point of the loop, respectively.
|
Quote:
You should consider using streamer for objects anyway. You could then just: Code: Streamer_DestroyAllItems(STREAMER_TYPE_OBJECT, 0); and removes all objects from the current script. |