void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; FloatingTextStringOnCreature("This room smells of children and dusty furniture.", oPC, FALSE); DestroyObject(OBJECT_SELF); }