public override bool SendInaccessibleMessage( Item item, Mobile from ) { if ( item is Container ) item.SendLocalizedMessageTo( from, 501647 ); // That is secure. else item.SendLocalizedMessageTo( from, 1061637 ); // You are not allowed to access this. return true; }