void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; FloatingTextStringOnCreature("You hear someone tinkering on the other side of the door.", oPC, FALSE); DestroyObject(OBJECT_SELF); }