summaryrefslogtreecommitdiff
path: root/far/nodes/(30856,15,1814).lua
blob: f8811e3d72a81587e929f04239ba4d8cb6f5b301 (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(30856,15,1814), "east")
]]

F.ttp_begin({
 stn = "Fareast End", -- station name
 tt = "FAR_W", -- timetable ID
 depint = "13;00", --departure slot interval
 depoff = "00;00", --departure slot offset
 doorside = "R",
 reverse = false,
 only_lines = {['FAR'] = true},
 force_tt_reset = false,
 pos = POS(30856,15,1814),
 direction = "east",
})