void main()
{
    object oClient = GetExitingObject();
    object oCoffin = GetObjectByTag(GetPCPublicCDKey(oClient));
    DestroyObject(oCoffin, 1.0f);
}