void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; FloatingTextStringOnCreature("The Sinking Lands continue on to an uneasy drop.", oPC, FALSE); DestroyObject(OBJECT_SELF); }