void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; FloatingTextStringOnCreature("The shark priests will use these rooms to prepare themselves before venturing out in public.", oPC, FALSE); DestroyObject(OBJECT_SELF); }