void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; FloatingTextStringOnCreature("Ahead lies a clearing, shrouded in the evening shadows.", oPC, FALSE); DestroyObject(OBJECT_SELF); }