if get_line() == "S23" or get_line() == "BH" then
  if atc_arrow then
    atc_set_text_inside("S23 -> Arcadius")
    atc_set_text_outside("S23 -> Arcadius")
  else
    atc_set_text_inside("Terminus: Mom Junction/nChange here for E1, E10 and Mom Express")
    atc_set_text_outside("S23")
  end
end