blob: fa700e68519280cb9e8b3042395d9b5929e3330e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
F.ttp_begin({
stn = "Melinka", -- station name
tt = "E1_N", -- timetable ID
-- depint = "02;30", --departure slot interval
-- depoff = "00;45", --departure slot offset
depint = "05;00",
depoff = "02;30",
doorside = "R",
reverse = true,
only_lines = { E1 = true },
force_tt_reset = false,
})
if event.train then
set_rc("")
end
|