respawning objects...?

D

DoctorGordon3

Guest
Ok what i have is a cliff basically. When objects fall off they hit the bottom of the map, and just sit there....indefinately. What i need is something that "kills" the object, and respawns it.

I've tried using a prop_respawnable, but it only respawns if the object breaks (and most objects dont break of course).

Any ideas what i can use to make the object respawn when it falls off the cliff?

Thanks
 
Ok, i'll become a love slave to whoever can answer this.

In fact i need the answer to this by the end of the week, no matter the cost (on a time crunch here).
 
Why not change the objects so that they are breakable, so they die when they hit the ground?
 
have a trigger zone that uses a math_counter and a point_template to destroy an object that falls down and then respawn it.
 
Just got another idea. Why not just stick a teleport at the bottom of the cliff if it's too far for them to see. I'm not exactly sure what you are doing, but this way you don't have to make the objects be destroyed, and can respawn them at the top of the cliff wherever you want
 
Back
Top