diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:42 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:42 +0200 |
commit | 37204846dc93cc059bbea8cbfc88832a9c72e91c (patch) | |
tree | 157ab8f7bd34e23bec5adc670746b2b2da07d925 /ers/nodes | |
parent | d4d35c0304fae463e87508662e7f88323b78be52 (diff) | |
download | luaatc_envs-37204846dc93cc059bbea8cbfc88832a9c72e91c.tar.gz luaatc_envs-37204846dc93cc059bbea8cbfc88832a9c72e91c.tar.bz2 luaatc_envs-37204846dc93cc059bbea8cbfc88832a9c72e91c.zip |
State at 2021-04-11
Diffstat (limited to 'ers/nodes')
-rw-r--r-- | ers/nodes/(1655,6,1260).lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ers/nodes/(1655,6,1260).lua b/ers/nodes/(1655,6,1260).lua new file mode 100644 index 0000000..0cb6ef7 --- /dev/null +++ b/ers/nodes/(1655,6,1260).lua @@ -0,0 +1,6 @@ +-- luaoperatingpanel_depot_01.lua +local show_print = false +if event.type == "punch" then + F.train_info("RESETALL", show_print) + return +end
\ No newline at end of file |