void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; FloatingTextStringOnCreature("The entire bilge is full of grain and crawling with rats.", oPC, FALSE); DestroyObject(OBJECT_SELF); }