Mr Love I take it you want the corpse to fade-out after 10-20 sec's ? Easy, just take the "fadecorpse.fpi and add a timer.
The script is in the scriptbank\destroy folder. Here try this...
;Artificial Intelligence Script
;Header
desc = Timed Fade Out Disappear
;Triggers
:state=0:etimerstart,state=1
:state=1,etimergreater=10000:state=2
:state=2,alphafadeequal=100:decalphafade=0
:state=2,alphafadeequal=0:destroy
;End of Script
I set timer to 10 sec's, adjust to meet your needs
My games never have bugs. They just develop random features..
Lots and lots of random features...