diff options
author | autocommitter <autocommitter@linux-forks.de> | 2025-07-31 00:00:02 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2025-07-31 00:00:02 +0200 |
commit | a2ec49f03aa9b78f2c65d210ca6e7b783ac1eecd (patch) | |
tree | 4961c251a1739f15aa8c9e70b7a4c08067c2fa94 | |
parent | c85b888b54d71163332000e5504eb9a665abdd42 (diff) | |
download | luaatc_envs-a2ec49f03aa9b78f2c65d210ca6e7b783ac1eecd.tar.gz luaatc_envs-a2ec49f03aa9b78f2c65d210ca6e7b783ac1eecd.tar.bz2 luaatc_envs-a2ec49f03aa9b78f2c65d210ca6e7b783ac1eecd.zip |
State at 2025-07-31
-rw-r--r-- | far/nodes/(5409,33,2339).lua | 10 | ||||
-rw-r--r-- | far/nodes/(5434,33,2329).lua | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/far/nodes/(5409,33,2339).lua b/far/nodes/(5409,33,2339).lua index 25280d4..6b455ca 100644 --- a/far/nodes/(5409,33,2339).lua +++ b/far/nodes/(5409,33,2339).lua @@ -1,3 +1,13 @@ -- far_luaatctrack_spot_check_01.lua F.save_train(POS(5409,33,2339), "west") + +--[[ +F.ttp_stop({ + stn = "DAS LOOP", + doorside = "R", + only_lines = {['FAR'] = true}, + pos = POS(5409,33,2339), + direction = "west", +}) +]]
\ No newline at end of file diff --git a/far/nodes/(5434,33,2329).lua b/far/nodes/(5434,33,2329).lua index d550a23..fb0b414 100644 --- a/far/nodes/(5434,33,2329).lua +++ b/far/nodes/(5434,33,2329).lua @@ -1,3 +1,13 @@ -- far_luaatctrack_spot_check_01.lua F.save_train(POS(5434,33,2329), "east") + +--[[ +F.ttp_stop({ + stn = "DAS LOOP", + doorside = "R", + only_lines = {['FAR'] = true}, + pos = POS(5434,33,2329), + direction = "east", +}) +]]
\ No newline at end of file |