void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; FloatingTextStringOnCreature("The corridors of the catacombs are muddy and damp..", oPC, FALSE); DestroyObject(OBJECT_SELF); }