void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; FloatingTextStringOnCreature("You see reptilian-human tracks. The Shree-kah came this way.", oPC, FALSE); DestroyObject(OBJECT_SELF); }