void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; FloatingTextStringOnCreature("These tracks lead out of this cave up to feet on the hut..?", oPC, FALSE); DestroyObject(OBJECT_SELF); }