dummy objects

Blitz3D Forums/Blitz3D Programming/dummy objects

luggage(Posted 2004) [#1]
Hi

If I place dummy objects inside of my .3ds file can i get back it's name and position once it's loaded? For example I want to specify 15 start points and would rather they were just placed as dummy objects.

Thanks

scott


jhocking(Posted 2004) [#2]
Yes. Use FindChild to put a handle on the object, and then just use entity commands like EntityX to determine it's position and hide or delete it.