diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-10-31 00:00:02 +0100 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-10-31 00:00:02 +0100 |
commit | c019cfb8391dae72a1480e6d8ae8f06ff3d702ee (patch) | |
tree | 046a04c226916b6e9ba46ea675ddf649b7194ad9 /durt/nodes/(-1433,11,-2563).lua | |
parent | 22e2624c6c07bc7b4d51bac1365b22c8ed27bbc2 (diff) | |
download | luaatc_envs-c019cfb8391dae72a1480e6d8ae8f06ff3d702ee.tar.gz luaatc_envs-c019cfb8391dae72a1480e6d8ae8f06ff3d702ee.tar.bz2 luaatc_envs-c019cfb8391dae72a1480e6d8ae8f06ff3d702ee.zip |
State at 2024-10-31
Diffstat (limited to 'durt/nodes/(-1433,11,-2563).lua')
-rw-r--r-- | durt/nodes/(-1433,11,-2563).lua | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/durt/nodes/(-1433,11,-2563).lua b/durt/nodes/(-1433,11,-2563).lua index 7ac821e..9bccb9e 100644 --- a/durt/nodes/(-1433,11,-2563).lua +++ b/durt/nodes/(-1433,11,-2563).lua @@ -1,25 +1 @@ -__approach_callback_mode = 1 - -if event.approach and not event.has_entered then - atc_set_ars_disable(true) - atc_set_lzb_tsr(1) - return -end - -if event.train and atc_arrow then - if not F.has_rc("S27_EXP_WAIT") then - atc_set_ars_disable(false) - return - end - atc_send("S0") - return -end - -if event.ext_int and atc_id then - F.remove_rc("S27_REV_West S27_EXP_WAIT") - F.add_rc("S27_REV_East S27_EXP_DEPART") - atc_send("S3") - atc_set_ars_disable(false) - set_autocouple() - return -end
\ No newline at end of file +F.remove_rc("S27_EXP_AROUND")
\ No newline at end of file |