diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:53:47 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:53:47 +0200 |
commit | b3e15395e0827041d9f3d33be0ae029bd45c73a6 (patch) | |
tree | 6c1608602d7d768a85d35a3b64d0aff75d4c6a6f /durt/nodes | |
parent | a7a333bac92040ae345fa11933483db2f10eab2b (diff) | |
download | luaatc_envs-b3e15395e0827041d9f3d33be0ae029bd45c73a6.tar.gz luaatc_envs-b3e15395e0827041d9f3d33be0ae029bd45c73a6.tar.bz2 luaatc_envs-b3e15395e0827041d9f3d33be0ae029bd45c73a6.zip |
State at 2021-07-29
Diffstat (limited to 'durt/nodes')
-rw-r--r-- | durt/nodes/(-2107,8,914).lua | 5 | ||||
-rw-r--r-- | durt/nodes/(-2132,8,914).lua | 2 | ||||
-rw-r--r-- | durt/nodes/(-2179,8,914).lua | 5 |
3 files changed, 12 insertions, 0 deletions
diff --git a/durt/nodes/(-2107,8,914).lua b/durt/nodes/(-2107,8,914).lua new file mode 100644 index 0000000..1d57888 --- /dev/null +++ b/durt/nodes/(-2107,8,914).lua @@ -0,0 +1,5 @@ +if event.train then + atc_send("I+BBES2;") +end + +if event.digiline and event.channel=="assembly_ctl" then atc_send("I+S3;") end
\ No newline at end of file diff --git a/durt/nodes/(-2132,8,914).lua b/durt/nodes/(-2132,8,914).lua new file mode 100644 index 0000000..cc7893f --- /dev/null +++ b/durt/nodes/(-2132,8,914).lua @@ -0,0 +1,2 @@ +-- +--programming track
\ No newline at end of file diff --git a/durt/nodes/(-2179,8,914).lua b/durt/nodes/(-2179,8,914).lua new file mode 100644 index 0000000..1d57888 --- /dev/null +++ b/durt/nodes/(-2179,8,914).lua @@ -0,0 +1,5 @@ +if event.train then + atc_send("I+BBES2;") +end + +if event.digiline and event.channel=="assembly_ctl" then atc_send("I+S3;") end
\ No newline at end of file |