summaryrefslogtreecommitdiff
path: root/ers_mtn/nodes/(1787,3,1264).lua
blob: aa971c617e320c9f88f33dca2359e7e5e98a7207 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--
--
--  1787,3,1264


if event.type == "train" then
     if atc_arrow then
          S.section.gleis_a = nil
          S.section.tal = event.id
     else
          S.section.gleis_a = event.id
          S.section.tal = nil
     end
     F.update()
     return
end