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


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