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

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