void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; FloatingTextStringOnCreature("The Emblem of the Overlord is carved on this door.", oPC, FALSE); DestroyObject(OBJECT_SELF); }