summaryrefslogtreecommitdiff
path: root/Crossroads/nodes/(2260,5,837).lua
blob: e1cd252745eb3f7c450e5b39aa78d0b2a61e6048 (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("2")
    atc_set_text_outside("LINE 2")
    atc_send("S4")
  end
end