FIXME in file /std/modules/m_smartmove.c line 113:

 should we be adding this extra line? I think so...

Code:
  write("\n");
  
  //###there is a note in room.c about this being bogus
  txt = data->enter_messages;
FIXME in file /std/modules/m_smartmove.c line 116:

there is a note in room.c about this being bogus

Code:
  txt = data->enter_messages;
  if ( !txt ) {
    txt=query_msg("enter");
    tell_from_inside(env, action(({this_object()}),txt,data->exit_dir)[1], 0, ({ this_object() }));
