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