diff options
Diffstat (limited to 'ers')
-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 |