blob: 1d8f85bd9205f70c84ff0978c228e7fcce7e4e8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
-- mary4: leave this here
F.ttp_begin({
stn = "Personhood Main", -- station name
tt = "E16_E", -- timetable ID
depint = "05;00", --departure slot interval
depoff = "02;30", --departure slot offset
doorside = "R",
reverse = false,
only_lines = { E16 = true },
force_tt_reset = false,
})
|