blob: 8a8c0f9a4b324b8813b8be0ee64a589df2b05d1d (
plain)
1
2
3
4
5
6
7
8
9
10
|
F.ttp_begin({
stn = "Namespace Mountains", -- station name
tt = "E85_S", -- timetable ID
depint = "05;00", --departure slot interval
depoff = "02;30", --departure slot offset
doorside = "L",
reverse = true,
only_lines = { E85 = true },
force_tt_reset = false,
})
|