void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; FloatingTextStringOnCreature("A group of people have been here recently. You see signs of food and weapons.", oPC, FALSE); DestroyObject(OBJECT_SELF); }