View Single Post
Old 10-24-2005, 03:38 PM   #9 (permalink)
SmokeyDaBear
Senior Member
 
Join Date: Apr 2005
Location: Gamers Heaven
Posts: 781
Send a message via AIM to SmokeyDaBear Send a message via MSN to SmokeyDaBear Send a message via Yahoo to SmokeyDaBear
Default

So i should add a lifetime update, and a weaponset to this:

Object GenericDebris

; *** ART Parameters ***
Draw = W3DDebrisDraw ModuleTag_01
;nothing
End

; ***DESIGN parameters ***
EditorSorting = SYSTEM

; *** AUDIO Parameters ***
SoundDie = NoSound

; *** ENGINEERING Parameters ***
KindOf = UNATTACKABLE

Behavior = PhysicsBehavior ModuleTag_03
AllowBouncing = Yes
KillWhenRestingOnGround = Yes
End

Behavior = SlowDeathBehavior ModuleTag_04
SinkDelay = 5000
SinkRate = 0.003 ; in Dist/Sec
DestructionDelay = 2000
End

End
SmokeyDaBear is offline   Reply With Quote