void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; FloatingTextStringOnCreature("A metal ring in the shape of a key is on the corpse's bloated finger.", oPC, FALSE); DestroyObject(OBJECT_SELF); }