summaryrefslogtreecommitdiff
path: root/far/nodes/(1753,8,1570).lua
blob: 6cec75463efde7bd8404b5ce1d395743884be6bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
-- far_luaatctrack_spot_check_01.lua

--[[
F.save_train(POS(1755,8,1570), "west")
]]

F.ttp_begin({
 stn = "Salt Factory", -- station name
 tt = "FAR_E", -- timetable ID
 depint = "05;00", --departure slot interval
 depoff = "03;15", --departure slot offset
 doorside = "L",
 reverse = true,
 only_lines = {['FAR'] = true},
 force_tt_reset = false,
 pos = POS(1755,8,1570),
 direction = "west",
})