void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; FloatingTextStringOnCreature("Another sack sits unguarded in the middle of corridor.", oPC, FALSE); DestroyObject(OBJECT_SELF); }