diff options
author | autocommitter <autocommitter@linux-forks.de> | 2025-01-01 00:00:02 +0100 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2025-01-01 00:00:02 +0100 |
commit | 9dd8739624e841d98ea6abcd2726280fe1aed714 (patch) | |
tree | e29d961ecb5a8f03e7ff34032c6f3ca5680603ac /far/nodes/(30856,15,1814).lua | |
parent | 885e43e42a6225c6998105b2cb40fec11a41edcc (diff) | |
download | luaatc_envs-9dd8739624e841d98ea6abcd2726280fe1aed714.tar.gz luaatc_envs-9dd8739624e841d98ea6abcd2726280fe1aed714.tar.bz2 luaatc_envs-9dd8739624e841d98ea6abcd2726280fe1aed714.zip |
State at 2025-01-01
Diffstat (limited to 'far/nodes/(30856,15,1814).lua')
-rw-r--r-- | far/nodes/(30856,15,1814).lua | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/far/nodes/(30856,15,1814).lua b/far/nodes/(30856,15,1814).lua index 3a560e0..c62f22f 100644 --- a/far/nodes/(30856,15,1814).lua +++ b/far/nodes/(30856,15,1814).lua @@ -1,3 +1,18 @@ -- far_luaatctrack_spot_check_01.lua -F.save_train(POS(30856,15,1814), "east")
\ No newline at end of file +--[[ +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", +})
\ No newline at end of file |