diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:59:39 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:59:39 +0200 |
commit | 1ab6086a3d25cca6f2029a45e4bdcd117d1985bd (patch) | |
tree | a375f00a121c7c957cf4c7685b2c1a76a8c92bdd /ers | |
parent | e743b04caa55ad6d95234359c4971a9e554e412c (diff) | |
download | luaatc_envs-1ab6086a3d25cca6f2029a45e4bdcd117d1985bd.tar.gz luaatc_envs-1ab6086a3d25cca6f2029a45e4bdcd117d1985bd.tar.bz2 luaatc_envs-1ab6086a3d25cca6f2029a45e4bdcd117d1985bd.zip |
State at 2023-06-02
Diffstat (limited to 'ers')
-rw-r--r-- | ers/nodes/(1654,6,1237).lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ers/nodes/(1654,6,1237).lua b/ers/nodes/(1654,6,1237).lua new file mode 100644 index 0000000..06bcac2 --- /dev/null +++ b/ers/nodes/(1654,6,1237).lua @@ -0,0 +1,8 @@ +-- lluaoperatingpanel_depot_03.lua +local show_print = false +if event.type == "punch" then + -- trainID = 999999999 +-- F.slow_train_down(trainID) + F.clear_main_depot_displays() + return +end
\ No newline at end of file |