I shot myself with a rocketlauncher at my feet
it says
Body (from the echo Headcrab Zombie said)
8245^6701^14^Body
package bloodbath
{
function GameConnection::onDeath(%this,%client,%obj,%killer,%type,%area)
{
echo(%type);
echo(%client TAB %obj TAB %killer TAB %type TAB %area);
%cp=%this.player;
%cp.mountImage(BleedImage,0);
%p = new projectile()
{
dataBlock = GoryDeathExplosionProjectile;
scale = ("0.5 0.5 0.5");
initialVelocity = ("0 0 0");
initialPosition = %cp.getPosition();
sourceObject = %cp;
sourceSlot = 0;
client = %this;
};
Parent::OnDeath(%this,%client,%obj,%killer,%type,%area);
}
};
activatePackage(bloodbath);