summaryrefslogtreecommitdiff
path: root/far/nodes/(30870,15,1800).lua
blob: 7267159420b859d2a24039d271e8fa05a281fc6b (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(30870,15,1800), "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(30870,15,1800),
 direction = "east",
})