void main() { object oPC = GetEnteringObject(); if (GetIsPC ( oPC ) ) { string message = "You enter a small larder, filled with various basic foodstuffs."; FloatingTextStringOnCreature( message, oPC, FALSE ); } }