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