View Single Post
Old 06-17-2004, 06:09 AM   #3 (permalink)
2312222
Senior Member
 
Join Date: Jul 2003
Location: Germany
Posts: 303
Default

From ImmoMan's module guide:

"KeepObjectDie"

Specifies that the object will not disappear when it is destroyed. Although it is destroyed, the object itself will remain in the game. This module acts as the exact opposite of DestroyDie. It will override the default DestroyDie module, though it may cause problems if both modules are explicitly defined on the same object. Useful when the object has a special "rubble" state, where using this module allows the rubble to stay on the ground even though the object is destroyed. It has no parameters.

-> This might be what you want.
2312222 is offline   Reply With Quote