blob: 77a3f2b9f7980f0bfe5240e8a428f09aa1efea23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
-- mary4: leave this here
F.ttp_begin({
stn = "By The Way", -- station name
tt = "E16_W", -- timetable ID
depint = "05;00", --departure slot interval
depoff = "04;00", --departure slot offset
doorside = "L",
reverse = false,
only_lines = { E16 = true },
force_tt_reset = false,
})
|