summaryrefslogtreecommitdiff
path: root/nodes/(983,21,1053).lua
diff options
context:
space:
mode:
Diffstat (limited to 'nodes/(983,21,1053).lua')
-rw-r--r--nodes/(983,21,1053).lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/nodes/(983,21,1053).lua b/nodes/(983,21,1053).lua
new file mode 100644
index 0000000..4c89cef
--- /dev/null
+++ b/nodes/(983,21,1053).lua
@@ -0,0 +1,5 @@
+lines = F.ttp_info_times("E1_N", "00;00")
+linestr = F.ttp_info_trains("E1_N", "00;00")
+li = lines
+for i=1,#linestr do li[#li+1] = linestr[i] end
+print(" E1\n"..table.concat(li, "\n")) \ No newline at end of file