diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:53:57 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:53:57 +0200 |
commit | 43e939ef98f8008f72f5f25cd22eb44143ebfc21 (patch) | |
tree | a757d1b1e69c32388c820cd161d495e256435ee2 /durt | |
parent | cac2a8322ef322447b8e8a8ae5e8623527d956af (diff) | |
download | luaatc_envs-43e939ef98f8008f72f5f25cd22eb44143ebfc21.tar.gz luaatc_envs-43e939ef98f8008f72f5f25cd22eb44143ebfc21.tar.bz2 luaatc_envs-43e939ef98f8008f72f5f25cd22eb44143ebfc21.zip |
State at 2021-08-10
Diffstat (limited to 'durt')
-rw-r--r-- | durt/nodes/(-620,26,2464).lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/durt/nodes/(-620,26,2464).lua b/durt/nodes/(-620,26,2464).lua new file mode 100644 index 0000000..cb7688f --- /dev/null +++ b/durt/nodes/(-620,26,2464).lua @@ -0,0 +1,9 @@ +__approach_callback_mode = 1 + +if event.approach and not event.has_entered then + atc_set_lzb_tsr(1) +end +if event.train and atc_arrow then + atc_send("S1") +end +if event.digiline and event.channel=="trainctl" then atc_send("I+S0WR;D1S3") end
\ No newline at end of file |