if event.type == "train" then
  atc_send("OCBBWI+R;")
end
if event.type == "ext_int" then
  if atc_id then
    set_line("2")
    atc_set_text_outside("LINE 2")
    atc_send("S4")
  end
end