void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; FloatingTextStringOnCreature("This vast, low chamber is the breeding ground for the giant worms that are so common in the sewers and catacombs.", oPC, FALSE); DestroyObject(OBJECT_SELF); }