blob: 02dec18cad616041c79d05227714f7fdd9e52c66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
F.ttp_begin({
stn = "Personhood Main", -- station name
tt = "E1_S", -- timetable ID
depint = "02;30", --departure slot interval
depoff = "00;00", --departure slot offset
doorside = "R",
reverse = true,
only_lines = { E1 = true },
force_tt_reset = true,
})
atc_set_text_outside("[E1] Melinka Town via Spawn")
|