blob: 95ef362c43e12222d131c308a9431266c7727843 (
plain)
1
2
3
4
5
6
7
8
9
10
|
F.ttp_begin({
stn = "Silver Coast Central",
tt = "S12_S", -- timetable ID
depint = "05;00", --departure slot interval
depoff = "01;00", --departure slot offset
doorside = "L",
reverse = false,
only_lines = {S12=true},
force_tt_reset = false,
})
|