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