void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; FloatingTextStringOnCreature("Many of these ancient and priceless bottles have not been touched in years.", oPC, FALSE); DestroyObject(OBJECT_SELF); }