diff options
Diffstat (limited to 'far/nodes/(1753,8,1570).lua')
-rw-r--r-- | far/nodes/(1753,8,1570).lua | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/far/nodes/(1753,8,1570).lua b/far/nodes/(1753,8,1570).lua new file mode 100644 index 0000000..de0abbe --- /dev/null +++ b/far/nodes/(1753,8,1570).lua @@ -0,0 +1,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 = "12;00", --departure slot interval + depoff = "00;00", --departure slot offset + doorside = "L", + reverse = true, + only_lines = {['FAR'] = true}, + force_tt_reset = false, + pos = POS(1755,8,1570), + direction = "west", +})
\ No newline at end of file |