void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; FloatingTextStringOnCreature("This crevace more than likely empties in to the River Hlal..", oPC, FALSE); DestroyObject(OBJECT_SELF); }