D007
If you just want a remove dead bodies thingy.
Please note that these are just examples, perhaps it would be smarter to use spawn instead of execVM I really don't know.
//
private ["_unit"];
_unit = _this select 0;
while {alive _unit} do {
sleep 1;
};
sleep 60;
hideBody _unit;
sleep 3;
deleteVehicle _unit;
Started from the unit init-line or by other means.
nil = [this] execVM "aboveScript.sqf"
Removed offtopic clutter. -- Planck