How can I remove objects created more than once
by ALFRED GATT · in Torque Game Builder · 05/16/2005 (4:45 pm) · 1 replies
I have created a script that randomly adds 1 of 13 objects to the scene 100 times. This creates a maze to navigate the player through.
Once complete with current maze I would like to clear the 100 objects. The 13 objects have multiple instances.
How can I remove all of the 100 objects without removing anything else (set the board up for the next Level) ?
Please Help ?
Once complete with current maze I would like to clear the 100 objects. The 13 objects have multiple instances.
How can I remove all of the 100 objects without removing anything else (set the board up for the next Level) ?
Please Help ?
Torque Owner Gary Preston
Have a quick search of the forums/docs/code for more information, also I think the space.shooter demo uses a simset to keep track of spawned enemy space ships.