void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; FloatingTextStringOnCreature("Tendrils of seaweed hang from the trees like the hair of drowned men.", oPC, FALSE); DestroyObject(OBJECT_SELF); }