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