diff options
Diffstat (limited to 'far/nodes/(30870,15,1800).lua')
-rw-r--r-- | far/nodes/(30870,15,1800).lua | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/far/nodes/(30870,15,1800).lua b/far/nodes/(30870,15,1800).lua index 03de4fa..7267159 100644 --- a/far/nodes/(30870,15,1800).lua +++ b/far/nodes/(30870,15,1800).lua @@ -1,3 +1,18 @@ -- far_luaatctrack_spot_check_01.lua -F.save_train(POS(30870,15,1800), "east")
\ No newline at end of file +--[[ +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", +})
\ No newline at end of file |