summaryrefslogtreecommitdiff
path: root/durt/nodes/(-3525,8,-2281).lua
blob: cb3c02ca44d68fe6a423ada80eb742eecfa97543 (plain)
1
2
3
4
5
6
7
8
if event.train then
  if not atc_arrow then
    atc_send("S1B1")
    set_autocouple()
  else
    digiline_send("lcd",atc_id)
  end
end