summaryrefslogtreecommitdiff
path: root/Crossroads/nodes/(2260,5,893).lua
blob: 2149070bdcadbb54859d83b707b1608b045b6a42 (plain)
1
2
3
4
5
6
7
8
9
10
if event.type == "train" then
  atc_send("OCBBWI+R;")
end
if event.type == "ext_int" then
  if atc_id then
    set_line("1")
    atc_set_text_outside("LINE 1")
    atc_send("S4")
  end
end