void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; FloatingTextStringOnCreature("You get the distinct impression that you're being watched..", oPC, FALSE); DestroyObject(OBJECT_SELF); }